Running into ImportError with sklearn while doing tutorial

前端 未结 2 1971
渐次进展
渐次进展 2021-01-25 10:50

Hi I\'m trying to follow the machine learning 101 tutorial provided by sklearn, and I keep running into an error.

I have the most the sklearn version downloaded from he

2条回答
  •  不要未来只要你来
    2021-01-25 11:15

    Copy paste answer from different question: In case you are using the binaries from http://www.lfd.uci.edu/~gohlke/pythonlibs/#scikit-learn. They require numpy-MKL, as indicated on the download page. The official numpy binaries won't work.

提交回复
热议问题