hsieh42 / exit_process

Exit process and project boards for tracking issues.
0 stars 0 forks source link

Fix the use of cross_validation module from sklearn in pyLIBRA #43

Open hsieh42 opened 5 years ago

hsieh42 commented 5 years ago

I activated the virtual environment with edm and then run python setup.py install after running _>>> from libra import libralung i am getting this: /cbica/home/haghighb/.local/share/canopy/edm/envs/venv3/lib/python2.7/site-packages/scikit_learn-0.18.1-py2.7-linux-x86_64.egg/sklearn/cross_validation.py:44: DeprecationWarning: This module was deprecated in version 0.18 in favor of the model_selection module into which all the refactored classes and functions are moved. Also note that the interface of the new CV iterators are different from that of this module. This module will be removed in 0.20. "This module will be removed in 0.20.", DeprecationWarning)

_Originally posted by @bhaghighi in https://github.com/hsieh42/exit_process/issues/7#issuecomment-425133703_