Skip to content

Instantly share code, notes, and snippets.

@damzaky
Created April 6, 2020 10:40
Show Gist options
  • Save damzaky/77707abb2d27777ae4035db048330ad6 to your computer and use it in GitHub Desktop.
Save damzaky/77707abb2d27777ae4035db048330ad6 to your computer and use it in GitHub Desktop.
classifier = naive_bayes.MultinomialNB()
classifier.fit(X,y)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment