Skip to content

Instantly share code, notes, and snippets.

@lakshay-arora
Created April 27, 2020 06:08
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 lakshay-arora/b4b80dd03bcd535002b5cb4d1195a658 to your computer and use it in GitHub Desktop.
Save lakshay-arora/b4b80dd03bcd535002b5cb4d1195a658 to your computer and use it in GitHub Desktop.
# import joblib
from joblib import dump
# dump the pipeline model
dump(pipeline, filename="text_classification.joblib")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment