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

    0关注

    2393博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

成功解决linear_model\stochastic_gradient.py:128: FutureWarning: max_iter and tol parameters have been ad

一个处女座的程序猿 发布时间:2019-02-25 09:36:32 ,浏览量:0

成功解决linear_model\stochastic_gradient.py:128: FutureWarning: max_iter and tol parameters have been ad

 

 

目录

解决问题

解决思路

解决方法

 

 

 

解决问题

linear_model\stochastic_gradient.py:128: FutureWarning: max_iter and tol parameters have been added in in 0.19. If both are left unset, they default to max_iter=5 and tol=None. If tol is not None, max_iter defaults to max_iter=1000. From 0.21, default max_iter will be 1000, and default tol will be 1e-3.   "and default tol will be 1e-3." % type(self), FutureWarning)

 

 

解决思路

未来警告:已在中添加max-iter和tol参数

 

 

 

解决方法

此信息提示为警告,而不是error,即使不处理也不会影响代码编程的运行。如果想要去掉,可以更新库至最新版本! 然后根据提示修改使用方法!

参照:成功解决FutureWarning: max_iter and tol parameters have been added

 

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

微信扫码登录

0.1603s