Kaggle Titanic – Basic Machine Learning Model
In this article I show you how to create a basic classifier for the Kaggle Titanic competition. In the first part of this article we start with the simplest approach and build a solid foundation…
Kaggle Titanic – Data Cleaning and Preprocessing
In this second article about the Kaggle Titanic competition we prepare the dataset to get the most out of our machine learning models. Therefore we clean the training and test dataset and also do some…
Kaggle Titanic – Data Analysis
Today we start the Titanic Kaggle competition. Our objective is to build a classifier that predicts which passengers of the Titanic survived.If you want a detailed description of the Titanic Kaggle competition, you find all…