【发布时间】:2013-12-14 10:44:01
【问题描述】:
我只是第一次收到警告。 这正常吗?
>>> cv=LassoCV(cv=10).fit(x,y)
C:\Python27\lib\site-packages\scikit_learn-0.14.1-py2.7-win32.egg\sklearn\linear_model\coordinate_descent.py:418: UserWarning: Objective did not converge. You might want to increase the number of iterations
' to increase the number of iterations')
>>> cv=LassoCV(cv=10).fit(x,y)
>>>
【问题讨论】:
-
我想是的.. 这很正常。
标签: python scikit-learn lasso-regression