Tag: Data Science

Using a shotgun approach for the Titanic competition

After completing Alexis Cook’s very useful Titanic Tutorial, I couldn’t help myself and spent a couple of days hacking around to try and improve my score without going through the usual data science workflow of EDA, feature engineering, model selection, hyperparameter tuning, train/test iterations.

I know it’s not the proper way of doing data science, but like I said, I just couldn’t help myself.

Continue reading

Installing Anaconda Individual Edition

One of the first tasks is to set up a programming environment on my personal laptop so that I can start coding as quickly as possible. For data science purposes, you can’t go wrong choosing the Anaconda Individual Edition.

It’s open source, free for individuals, has more than 20 million users worldwide and comes with all the key components and packages needed to get started in less than 30 minutes.

Continue reading