Open Aakriti28 opened 4 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
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
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