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 #15

Closed
rebornwwp opened this issue Mar 27, 2017 · 2 comments
Closed

naive_bayes #15

rebornwwp opened this issue Mar 27, 2017 · 2 comments

Comments

@rebornwwp
Copy link

in the navie bayes , X refer to Gaussian probability distribution, why?

because you define X is continuous,?

thanks

@eriklindernoren
Copy link
Owner

Yes, this is an implementation of Gaussian Naive Bayes where it is assumed that the continuous random variables are distributed according to a Gaussian Distribution.

You can read more about it here:
https://en.wikipedia.org/wiki/Naive_Bayes_classifier#Gaussian_naive_Bayes

@eriklindernoren
Copy link
Owner

Feel free to email me if you have further questions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants