Compare classification models
Compare different classification models using the titanic disaster data
| Model | F1 score |
|---|---|
| Random Forest | 0.7917 |
| Logistic Regression | 0.7586 |
| Neural Network | 0.7536 |
| K-Neighbors | 0.7500 |
| Naive Bayes | 0.7436 |
| XGBClassifier | 0.7347 |
| Decision Tree | 0.7020 |
Enjoy Reading This Article?
Here are some more articles you might like to read next: