Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

DeprecationWarning from sklearn #24

Open
dariomel opened this issue Jan 18, 2018 · 0 comments · May be fixed by #27
Open

DeprecationWarning from sklearn #24

dariomel opened this issue Jan 18, 2018 · 0 comments · May be fixed by #27

Comments

@dariomel
Copy link

I know I can suppress warnings on the client side, but it would be better to get rid of them at the source.

import azimuth.model_comparison as mc,numpy as np
/opt/apps/tools/anaconda2-2.5.0/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)
/opt/apps/tools/anaconda2-2.5.0/lib/python2.7/site-packages/sklearn/grid_search.py:43: 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. This module will be removed in 0.20.
  DeprecationWarning)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant