Skip to content

The dataset contains sex, height, weight and class (underweight, normal and overweight) of 100 random people. The class has been determined as per the Body Mass Index (BMI). Naïve Bayes Classifier has been implemented and the accuracy of the same has been obtained. The Laplace add-1 smoothing has also been used. The code is written in python pro…

Notifications You must be signed in to change notification settings

ManishChandra12/Naive-Bayes

Repository files navigation

Naive-Bayes

The dataset contains sex, height, weight and class (underweight, normal and overweight) of 100 random people. The class has been determined as per the Body Mass Index (BMI). Naïve Bayes Classifier has been implemented and the accuracy of the same has been obtained. The Laplace add-1 smoothing has also been used. The accuracy of the classifier can be increased by increasing the size of the dataset. The code is written in python programming language.

About

The dataset contains sex, height, weight and class (underweight, normal and overweight) of 100 random people. The class has been determined as per the Body Mass Index (BMI). Naïve Bayes Classifier has been implemented and the accuracy of the same has been obtained. The Laplace add-1 smoothing has also been used. The code is written in python pro…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages