8000 fixing typo in cs_mse_path_ deprecation (#8176) · maskani-moh/scikit-learn@e395894 · GitHub
[go: up one dir, main page]

Skip to content

Commit e395894

Browse files
perimosocordiaemaskani-moh
authored andcommitted
fixing typo in cs_mse_path_ deprecation (scikit-learn#8176)
1 parent 5ab52ab commit e395894

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sklearn/linear_model/least_angle.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1168,8 +1168,8 @@ def alpha(self):
11681168
return self.alpha_
11691169

11701170
@property
1171-
@deprecated("Attribute mse_path_ is deprecated in 0.18 and "
1172-
"will be removed in 0.20. Use 'cv_mse_path_' instead")
1171+
@deprecated("Attribute cv_mse_path_ is deprecated in 0.18 and "
1172+
"will be removed in 0.20. Use 'mse_path_' instead")
11731173
def cv_mse_path_(self):
11741174
return self.mse_path_
11751175

0 commit comments

Comments
 (0)
0