当前位置:   article > 正文

Python版本问题出现DeprecationWarning的解决方法_deprecationwarning: the tix tk extension is unmain

deprecationwarning: the tix tk extension is unmaintained, and the tkinter.ti

sklearn.cross_validation.cross_val_score()

例如:

from sklearn import cross_validation

D:\Anaconda3\lib\site-packages\sklearn\cross_validation.py:41: 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)


改为

from sklearn.model_selection import cross_val_score

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/不正经/article/detail/541697
推荐阅读
相关标签
  

闽ICP备14008679号