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
Try this:
from sklearn.datasets import load_diabetes diabetes = load_diabetes()