Skip to content

Files

Latest commit

 

History

History
14 lines (8 loc) · 754 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 754 Bytes

regression2000

Overview of our regression meetup:


We wanted to use our historic meetup membership numbers, and the timing of our meetups to see if we can predict future meetup membership using linear regreesion.

In the pyton directory are 2 notebooks:

  1. meetup_regression_notebook.ipynb - this details the basics to linear regression, and introduces how we can implement lasso and ridge regression.
  2. 05.06-Linear-Regression.ipynb - this is a direct chapter taken from the Python Data Science Handbook

In the R directory is an R script that carries out similar style of anlysis (though with less introduction)