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
This worked for me:
from sklearn.datasets import make_moons