Skip to content

Instantly share code, notes, and snippets.

@sgsg704
Created November 26, 2021 06:55
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 sgsg704/6bbb3490687976d76a08cb9161060123 to your computer and use it in GitHub Desktop.
Save sgsg704/6bbb3490687976d76a08cb9161060123 to your computer and use it in GitHub Desktop.
import pickle
filename = 'finalized_model.sav'
pickle.dump(MLP, open(filename, 'wb'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment