wncc / Hello-FOSS-ML

The Machine Learning repository for Hello-FOSS
3 stars 31 forks source link

Titanic - Gaussian Naive Bayes model #16

Open Aakriti28 opened 3 years ago

Aakriti28 commented 3 years ago

You have to implement Gaussian Naive Bayes model using sklearn library on the Titanic dataset. A starter notebook has been added here, you have to complete it

SudhakarKuma commented 3 years ago

I have implemented the Gaussian NB model on the Titanic dataset. The changes are in the form of a pull request named Fit Gaussian NB #46