Skip to content

yohannesaf/LearnDataScience

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn Data Science

Who

What

  • A collection of Data Science Learning materials in the form of IPython Notebooks.
  • Associated data sets.

The initial beta release consists of four major topics

  • Linear Regression
  • Logistic Regression
  • Random Forests
  • K-Means Clustering

Each of the above has at least three IPython Notebooks covering

  • Overview (an exposition of the technique for the math-wary)
  • Data Exploration (the nuts and bolts of real world data wrangling)
  • Analysis (using the technique to get results)

One or more of these may have supplementary material. Each of these have worksheets that contain mostly the code sections so you can iteratively explore the code.

Three openly available data sets are used.

Why

There's a need for open content to raise the level of awareness and training in basics, in the Data Science field (circa early 2013).

IPython Notebook provides an appropriate platform for rapid iterative exploration and learning.

When

Starting in 2013 and intended to extend for a long while.

Where

Today github, tomorrow the world.

How

Learn Data Science is based on content developed by me (Nitin Borwankar) for the Open Data Science Training project http://opendst.org Most of the content (circa July 2013) is copyright (c) Alpine Data Labs as per the license at opendst.org, and is freely available. Extensions to the content embodied in this projects content are also released under the same license - see the LICENSE.txt file.

IPython Notebooks at beta (these are (c) Alpine Datalabs and are freely available)

  • A0. How to use this content.ipynb
  • A1. Linear Regression - Overview.ipynb
  • A2. Linear Regression - Data Exploration - Lending Club.ipynb
  • A3. Linear Regression - Analysis.ipynb
  • B1. Logistic Regression - Overview.ipynb
  • B1a. Odds, LogOdds and Logit Function .ipynb
  • B2. Logistic Regression - Data Exploration.ipynb
  • B3. Logistic Regression - Analysis.ipynb
  • C1. Random Forests - Overview.ipynb
  • C2. Random Forests - Data Exploration.ipynb
  • C3. Random Forests - Analysis.ipynb
  • D1. K-Means Clustering - Overview.ipynb
  • D2. K-Means Clustering - Data Exploration.ipynb
  • D3. K-Means Clustering Analysis.ipynb
  • WA1. Linear Regression Overview Worksheet.ipynb
  • WA2. Linear Regression - Data Exploration - Lending Club Worksheet.ipynb
  • WA3. Linear Regression - Analysis Worksheet.ipynb
  • WB3. Logistic Regression - Analysis- Worksheet.ipynb
  • WC3. Random Forests - Analysis - Worksheet.ipynb
  • WD2. K-Means Clustering - Data Exploration-Worksheet.ipynb
  • WD3. K-Means Clustering Analysis - Worksheet.ipynb
  • Z0. A quick tour of the IPython notebook.ipynb
  • Z1. Appendix 1 Plotting code snippets.ipynb

About

Open Content for self-directed learning in data science

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.3%
  • Other 0.7%