News

Linear Regression in Python using numpy + polyfit I always say that learning linear regression in Python is the best first step towards machine learning. Linear regression is simple and easy to ...
In order to compliment my linear regression in google docs post (and because I keep forgetting how to do it), here is a quick and dirty guide to linear regression using python and pylab. First ...