- 1
""" Machine Learning with Python Linear regression Coded by Kuba Siekierzynski (c) 2017 The code is the first of the series in
""" Machine Learning with Python Linear regression Coded by Kuba Siekierzynski (c) 2017 The code is the first of the series inspired by the awesome Andrew Ng's video course on machine learning: http://www.coursera.org/learn/machine-learning This code shows an implementation of linear regression, the initial machine learning algorithm to predict continuous values. """ # The problem to be solved: # We have trucks located in different cities and each truck brings a profit or loss. We have the historical dat
1 Answer
+ 7
Indeed, I like that one ;) đđđ
But do you have a question, actually?