Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Naive Bayes Review --> #68

Open
github-actions bot opened this issue Oct 19, 2020 · 0 comments
Open

Naive Bayes Review --> #68

github-actions bot opened this issue Oct 19, 2020 · 0 comments
Labels

Comments

@github-actions
Copy link

Naive Bayes Review -->

Naive Bayes Review

<!-- annotate: Naive Bayes Review -->

+++

<!-- annotate: Naive Bayes Review -->
## Naive Bayes Review


Main assumptions:
- classification assumes that features will separate the gorups
- NB:  conditionally independent

```{code-cell} ipython3
# %load http://drsmb.co/310
import pandas as pd
import seaborn as sns
import numpy as np
from sklearn.model_selection import train_test_split
from sklearn.naive_bayes import GaussianNB

a6cf1c8cb92b8c65597a81e10ecc273d614b9fc9
@github-actions github-actions bot added the todo label Oct 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants