8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab52ab commit e395894Copy full SHA for e395894
sklearn/linear_model/least_angle.py
@@ -1168,8 +1168,8 @@ def alpha(self):
1168
return self.alpha_
1169
1170
@property
1171
- @deprecated("Attribute mse_path_ is deprecated in 0.18 and "
1172
- "will be removed in 0.20. Use 'cv_mse_path_' instead")
+ @deprecated("Attribute cv_mse_path_ is deprecated in 0.18 and "
+ "will be removed in 0.20. Use 'mse_path_' instead")
1173
def cv_mse_path_(self):
1174
return self.mse_path_
1175
0 commit comments