Skip to content

Latest commit

 

History

History
108 lines (66 loc) · 5.12 KB

TOdo.md

File metadata and controls

108 lines (66 loc) · 5.12 KB

Learning resources to work through

General Data Science stats

  • Do this before the Machine Learning below.

  • Harvard CS09 course. Lots of tutorials and lectures covering everything from pandas, web scraping to bayesian stats.

    • perhaps start with the homeworks and labs which also have solutions here

Baysian Statistics

Machine Learning

Social Network Analysis

SQL

  • Complete this excellent tutorial playing around with astronomy data. Done!

  • SQL Zoo is a a good tutorial site. Work through these.

  • Do this basic tutorial, followed by this more advanced one. Looks good with lots of questions (+ answers!).

  • Dip into this tutorial which goes through common queries from MySQL.

Pandas and Python

Kaggle

Visualisation

  • Python interactive visualization library that targets modern web browsers for presentation:Bokeh
  • Plotly
  • Getting started with d3

git

  • Work through this course.