Skip to content

Instantly share code, notes, and snippets.

@grahamharrison68
Created November 24, 2021 07:41
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 grahamharrison68/4ce9adbff8b4859c2cd0ed17042818ae to your computer and use it in GitHub Desktop.
Save grahamharrison68/4ce9adbff8b4859c2cd0ed17042818ae to your computer and use it in GitHub Desktop.
import pickle
pickle_file = open('model.pkl', 'ab')
pickle.dump(model, pickle_file)
pickle_file.close()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment