Skip to content
#

naive-bayes-classifier

Here are 2,697 public repositories matching this topic...

This code performs email spam classification using three machine learning models: Naive Bayes, Support Vector Machines (SVM), and Random Forest Classifier. It evaluates their performance using accuracy scores and classification reports, ultimately identifying Random Forest Classifier as the best performer among the three.

  • Updated Jun 2, 2024
  • Jupyter Notebook

Loan Eligibility Prediction Model: A machine learning application to predict loan approval based on applicant data. Includes a web interface for submitting loan applications and receiving predictions. Built with Python and Jupyter Notebook.

  • Updated Jun 1, 2024
  • Jupyter Notebook

This project uses the Multinomial Naive Bayes classifier to enhance movie genre classification based on metadata such as descriptions and ratings. Utilizing a dataset from Kaggle, it aims to improve content recommendation systems through accurate genre prediction.

  • Updated Jun 1, 2024
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the naive-bayes-classifier topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the naive-bayes-classifier topic, visit your repo's landing page and select "manage topics."

Learn more