My first project on Kaggle.
See the competition homepage here.
This notebook summarizes my first machine learning project on Kaggle. The main highlights are:
- Data cleasing and Feature Engineering;
- Data Visualization;
- Model Selection and Hyperparameter Tuning;
- Submission.
- Numpy - Array manipulation;
- Pandas - Data importing and cleasing;
- Matplotlib - Data Visualization;
- Scikit-learn - Machine Learning.