My projects
Kaggle competition: Spaceship Titanic
The Spaceship Titanic is the first competition I enrolled on in Kaggle. The competition is a classic classification problem. I tried different FE techniques and models, including Neural Networks, and I ended up using an ensemble model: a voting classifier with a Random Forest and a SVM as base learners. The best results I achieved in this competition were:
- Accuracy = 0.80523 on test data
- Position = 574 / 2278 (top 30%)