An open API service indexing awesome lists of open source software.

https://github.com/rasbt/data-science-tutorial

Code material for a data science tutorial
https://github.com/rasbt/data-science-tutorial

Last synced: 8 months ago
JSON representation

Code material for a data science tutorial

Awesome Lists containing this project

README

          

# data-science-tutorial

Code material for a data science tutorial in Python

... in progress

1. Exploratory Data Analysis [[Jupyter Notebook](code/eda.ipynb)]
2. Summary Statistics [[Jupyter Notebook](code/summary-stats.ipynb)]
3. Covariance and Correlation [[Jupyter Notebook](code/cov-corr.ipynb)]
4. Probability Mass Functions [[Jupyter Notebook](code/pmf_1.ipynb)]
5. Probability Density Functions [[Jupyter Notebook](code/pdf_1.ipynb)]
6. Least-Squares Linear Regression [[Jupyter Notebook](code/linear-reqression-leastsquares.ipynb)]
7. Bootstrapping (Nonparametric Inference) [[Jupyter Notebook](code/bootstrapping.ipynb)]
8. Hypothesis Testing Introduction [[Jupyter Notebook](code/hypothesis-testing_1.ipynb)]