Created
July 26, 2020 17:10
-
-
Save vaibhavgehani/6a0944898a1b0a2d941fbf53e618627f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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