I\'m trying to follow this tutorial of scikit-learn (linear regression).
I\'ve installed scikit through pip install -U scikit-learn, I use python 2.7 an
pip install -U scikit-learn
I solved this issue by inserting the following lines of code:
import sklearn from sklearn.linear_model import LinearRegression