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 Classifier Algorithm in Machine Learning #1557

Merged
merged 2 commits into from
Nov 2, 2024

Conversation

alo7lika
Copy link
Contributor

@alo7lika alo7lika commented Nov 1, 2024

Closes: #1519

Description

This issue proposes adding the Naive Bayes Classifier algorithm to the repository. The Naive Bayes Classifier is a simple yet powerful probabilistic classifier based on applying Bayes' theorem with strong (naive) independence assumptions between the features. It is handy for classification tasks where the dimensionality of the input is high.

Issue_Reference: #1519

@alo7lika
Copy link
Contributor Author

alo7lika commented Nov 1, 2024

@pankaj-bind the task has been completed. Kindly review the PR

@pankaj-bind pankaj-bind merged commit 05379ce into AlgoGenesis:main Nov 2, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Naive Bayes Classifier Algorithm in Machine Learning
2 participants