Gauss Naive Bayes in Python From Scratch.
-
Updated
Mar 10, 2019 - Python
Gauss Naive Bayes in Python From Scratch.
A Python implementation of Naive Bayes from scratch.
This project aims to predict the survival of passengers aboard the Titanic using the Naive Bayes classifier algorithm. The dataset used in this project contains information about Titanic passengers, such as their age, gender, passenger class, and other relevant features.
Add a description, image, and links to the naive-bayes-tutorial topic page so that developers can more easily learn about it.
To associate your repository with the naive-bayes-tutorial topic, visit your repo's landing page and select "manage topics."