You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+++<!-- annotate: Naive Bayes Review -->## Naive Bayes ReviewMain assumptions:- classification assumes that features will separate the gorups- NB: conditionally independent```{code-cell} ipython3# %load http://drsmb.co/310import pandas as pdimport seaborn as snsimport numpy as npfrom sklearn.model_selection import train_test_splitfrom sklearn.naive_bayes import GaussianNB
a6cf1c8cb92b8c65597a81e10ecc273d614b9fc9
The text was updated successfully, but these errors were encountered:
Naive Bayes Review -->
Naive Bayes Review
BrownFall20/notes/2020-10-16.md
Line 21 in 67c7b63
The text was updated successfully, but these errors were encountered: