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:
- meetup_regression_notebook.ipynb - this details the basics to linear regression, and introduces how we can implement lasso and ridge regression.
- 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)