Skip to content

Instantly share code, notes, and snippets.

@siddharthganjoo
Created August 23, 2021 07:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save siddharthganjoo/0b819ed36315e94720f90d510e1f6e51 to your computer and use it in GitHub Desktop.
Save siddharthganjoo/0b819ed36315e94720f90d510e1f6e51 to your computer and use it in GitHub Desktop.
#saving the model
classifier.save('heart_disease_ucl.h5')
from tensorflow.keras.models import load_model
m = load_model('heart_disease_ucl.h5')
m.predict_classes(x_test)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment