Using Python 2.7 with scikit-learn 0.14 package. It runs well on some examples from the user guild expect the Linear Models.
Traceback (most recent call last
Uninstalling scikit-learn and reinstalling it was the only option that worked for me:
scikit-learn
pip uninstall scikit-learn pip install scikit-learn