[MRG + 1] return_train_score deprecation#12241
Conversation
+1 if it's not used anywhere else. |
|
This pull request introduces 3 alerts when merging ca6fd96 into 59b15c5 - view on LGTM.com new alerts:
Comment posted by LGTM.com |
|
This pull request fixes 1 alert when merging 1d9b6bb into dfd009d - view on LGTM.com fixed alerts:
Comment posted by LGTM.com |
|
This pull request fixes 1 alert when merging 2042ded into dfd009d - view on LGTM.com fixed alerts:
Comment posted by LGTM.com |
rth
left a comment
There was a problem hiding this comment.
LGTM, thanks! A minor comment (line numbers are for this branch at its current version);
sklearn/model_selection/_validation.py:383possibly removereturn_train_score=Falsesince it's the default.
|
done, thanks @rth :) |
|
This pull request fixes 1 alert when merging 9954544 into dfd009d - view on LGTM.com fixed alerts:
Comment posted by LGTM.com |
|
Merged, thanks for fixing this annoying warning :) |
|
well the warning came only if you accessed it, right? Though I guess if you convert the dict to a dataframe it's there every time :-/ Wanna review the other ones lol? |
Part of #11992.
Should we remove the
DeprecationDictclass as well?