arogozhnikov / hep_ml

Machine Learning for High Energy Physics.
https://arogozhnikov.github.io/hep_ml/
Other
176 stars 64 forks source link

sklearn deprecation warning #46

Closed alexpearce closed 7 years ago

alexpearce commented 7 years ago

Importing hep_ml raises a deprecation warning for sklearn:

$ python -c 'from hep_ml import splot
/Users/apearce/.virtualenvs/foobar/lib/python2.7/site-packages/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)