Multivariable Regression with Python

The general linear model can be exteded from simple linear regression (which only has one predictor value) by adding other terms into the linear model. There is a nice blog article that digs deeper into some of the statistics here: http://connor-johnson.com/2014/02/18/linear-regression-with-python/ This article is a simpler layman's guide to multivariable linear regression with some basic techniques … Continue reading Multivariable Regression with Python