Skip to content

Instantly share code, notes, and snippets.

@letthedataconfess
Created November 25, 2021 12:59
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 letthedataconfess/4edc95f401bbf86cf2c0c3d1d41148a1 to your computer and use it in GitHub Desktop.
Save letthedataconfess/4edc95f401bbf86cf2c0c3d1d41148a1 to your computer and use it in GitHub Desktop.
# pickling the Model
import pickle
file = open('Customer_Churn_Prediction.pkl', 'wb')
pickle.dump(rf, file)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment