Hi , I hope I am understanding the question correctly here. This happens when there is mismatch between numpy installed and the one scikit-learn is compiled with. In case there are multiple versions of numpy installed, it is preferable to put the newest one on PYTHONPATH. If a stable version is needed, uninstall previously installed scikit-learn, use ``pip install --upgrade numpy`` and then reinstall scikit-learn. Hope it is helpful.
Regards, Maniteja. _________________________________________ scikit-learn mailing list [email protected] https://mail.python.org/mailman/listinfo/scikit-learn
_______________________________________________ scikit-learn mailing list [email protected] https://mail.python.org/mailman/listinfo/scikit-learn
