成功解决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 ad
?
?
目錄
解決問題
解決思路
解決方法
?
?
?
解決問題
linear_model\stochastic_gradient.py:128: FutureWarning: max_iter and tol parameters have been added in <class 'sklearn.linear_model.stochastic_gradient.SGDRegressor'> 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參數(shù)
?
?
?
解決方法
此信息提示為警告,而不是error,即使不處理也不會影響代碼編程的運(yùn)行。如果想要去掉,可以更新庫至最新版本!
然后根據(jù)提示修改使用方法!
參照:成功解決FutureWarning: max_iter and tol parameters have been added
?
總結(jié)
以上是生活随笔為你收集整理的成功解决linear_model\stochastic_gradient.py:128: FutureWarning: max_iter and tol parameters have been ad的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 成功解决ValueError: Expe
- 下一篇: ML之SVM(三种):基于三种SVM(l