Skip to content
#

guassian-naive-bayes

Here are 11 public repositories matching this topic...

AI/ML Project on Breast Cancer Prediction (Python) using ML- Algorithms : Logisitic Regression, Decision Tree Classifier, Random Forest Classifier, Support Vector Machine Classifier, Gaussian Naive Bayes Algorithm Model, Stochastic gradient descent Classifier, Gradient Boosting Classifier . And also perform a comparative analysis of all the seve…

  • Updated Jun 1, 2021
  • Jupyter Notebook

This repository contains the implementation of a Heart Attack Prediction model using the Gaussian Naive Bayes algorithm. The dataset used is heart.csv, which includes various medical attributes to predict the likelihood of a heart attack. The project demonstrates data preprocessing, model training, evaluation, and visualization of the results.

  • Updated Jul 10, 2024
  • Jupyter Notebook

Naïve Bayes Classifier is one of the simple and most effective Classification algorithms which helps in building the fast machine learning models that can make quick predictions. It is a probabilistic classifier, which means it predicts on the basis of the probability of an object.

  • Updated May 20, 2022
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the guassian-naive-bayes 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 guassian-naive-bayes topic, visit your repo's landing page and select "manage topics."

Learn more