Skip to content

Instantly share code, notes, and snippets.

@vaibhavgehani
Created July 26, 2020 17:10
Show Gist options
  • Select an option

  • Save vaibhavgehani/6a0944898a1b0a2d941fbf53e618627f to your computer and use it in GitHub Desktop.

Select an option

Save vaibhavgehani/6a0944898a1b0a2d941fbf53e618627f to your computer and use it in GitHub Desktop.
classifier = NaiveBayesClassifier.train(features_train)
pickle.dump(classifier,open('classifier.pkl','wb'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment