Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.1 KB

README.md

File metadata and controls

24 lines (13 loc) · 1.1 KB

OPEN ISSUE: Not all MathJax equations are rendered correctly when viewing notebooks directly on github. To correct this download the notebooks directly or alternatively use the links below to view them online using the nbviewer hosted at jupyter.org.



Logistic Regression (2017/11/17)

Jupyter notebook that implements logistic regression with a binary and three level categorical independent variable. Uses the packages matplotlib, pandas, scikit-learn, and statsmodels.

nbviewer

Simulated Linear Regression (2017/10/02)

Jupyter notebook that shows how to perform linear regression on a simulated data set.
Uses the packages matplotlib, pandas, and numpy.

nbviewer

Introduction to Pandas (2017/10/05)

Jupyter notebook with a lightning introduction to the pandas package.

nbviewer