Difference between scikit-learn and sklearn

You might need to reinstall numpy. It doesn’t seem to have installed correctly.

sklearn is how you type the scikit-learn name in python.

Also, try running the standard tests in scikit-learn and check the output. You will have detailed error information there.

Do you have nosetests installed? Try: nosetests -v sklearn. You type this in bash, not in the python interpreter.

Leave a Comment