Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Future issue with sklearn.cross_validation #326

Open
JamesOwers opened this issue Jun 2, 2017 · 0 comments
Open

Future issue with sklearn.cross_validation #326

JamesOwers opened this issue Jun 2, 2017 · 0 comments

Comments

@JamesOwers
Copy link

JamesOwers commented Jun 2, 2017

Hello,

I'm using a slightly more recent version of sklearn (0.18.1), than is specified in requirements (0.17), and receive a warning upon from nolearn.lasagne import NeuralNet. This is because the cross_validation module is going to be depreciated.

If you plan to support later versions of sklearn, it's worth updating references.

Full trace:

>>> from nolearn.lasagne import NeuralNet
/Users/kungfujam/anaconda/envs/mus/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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant