You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the line: skfolds = StratifiedKFold(n_splits=3, random_state=42)
we need to implement shuffle=True parameter since the default of shuffle is set to False.
Just something small, but hope it helps.
The text was updated successfully, but these errors were encountered:
In the line:
skfolds = StratifiedKFold(n_splits=3, random_state=42)
we need to implement
shuffle=True
parameter since the default ofshuffle
is set toFalse
.Just something small, but hope it helps.
The text was updated successfully, but these errors were encountered: