eco-data-science / eco-data-science-old-site

website, wiki and issues for the group
http://eco-data-science.github.io
Other
32 stars 18 forks source link

Kaggle Titanic tutorials on machine learning / data science for R, Python and Julia #4

Open bbest opened 8 years ago

bbest commented 8 years ago

Hi @jules32,

Yesterday I mentioned Kaggle competitions to learn data science. These Kaggle tutorials using the Titanic dataset to predict who lives and dies based on passenger data are fantastic introductions to data science (data munging, analysis with machine learning technique random forest, and visualization) via language specific approaches, all doable through a web embedded command line (ie no local install needed):

There are more detailed variants for all of the above, especially which walk you through the local installation, which you can find by Googling. You can see some notes from UCSB Data Science attempts to peruse these in our Wiki.

jules32 commented 8 years ago

Awesome, thanks so much BB!