Skip to content

Instantly share code, notes, and snippets.

@Theo-
Last active July 4, 2020 03:21
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 Theo-/793c731747d5e688d7fd10d849255abc to your computer and use it in GitHub Desktop.
Save Theo-/793c731747d5e688d7fd10d849255abc to your computer and use it in GitHub Desktop.
from joblib import dump, load
model = # define your model
# saves your model to a my_model.joblib file
dump(model, 'my_model.joblib')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment