python - Scikit-learn installed but not found, -
i have installed scipy, numpy , scikit-learn when i'm on python shell can't import sklearn, says there's no module name:
requirement up-to-date: numpy in .../lib/python2.7/site-packages requirement up-to-date: scipy in .../site-packages requirement up-to-date: scikit-learn in ...7/site-packages >>> import sklearn traceback (most recent call last): file "<stdin>", line 1, in <module> importerror: no module named sklearn
what problem?
Comments
Post a Comment