wncc / Hello-FOSS-ML

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

Implemented basic Sklearn algorithms on the Titanic dataset #49

Closed pandeyanuradha closed 3 years ago

pandeyanuradha commented 3 years ago

The model consists of the following algorithms, which are implemented using Sklearn: 1) SVM 2) KNN 3) Gaussian Naive Bayes 4) Perceptron 5) Decision Tree 6) Random Forest