您当前的位置: 首页 >  ar
  • 0浏览

    0关注

    2393博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

成功解决sklearn\grid_search.py:42: DeprecationWarning: This module was deprecated in version 0.18 in fav

一个处女座的程序猿 发布时间:2019-02-24 10:40:51 ,浏览量:0

成功解决sklearn\grid_search.py:42: DeprecationWarning: This module was deprecated in version 0.18 in fav

 

 

 

目录

解决问题

解决思路

解决方法

 

 

 

 

解决问题

sklearn\grid_search.py:42: 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)

 

 

解决思路

sklearn\grid_search.py:42: 丢弃警告:这个模块在0.18版本中被弃用,取而代之的是model_selection模块,所有重构的类和函数都被移动到这个模块中。这个模块将在0.20中删除。

 

 

解决方法

该问题是警告信息,而不是error,即使不处理亦可运行程序,只需理解一下即可!该库未来的升级版本中,取而代之的是model_selection模块,所有重构的类和函数都被移动到这个模块中。这个模块将在0.20中删除。

 

 

 

 

关注
打赏
1664196048
查看更多评论
立即登录/注册

微信扫码登录

0.1953s