wncc / Hello-FOSS-ML

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

Titanic - Random Forests #14

Open Aakriti28 opened 3 years ago

Aakriti28 commented 3 years ago

You have to implement Random Forests 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 Random Forest on the Titanic dataset. The changes are in the form of a pull request named Fit Random Forest #22