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
Copy file name to clipboardExpand all lines: autosklearn/estimators.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -188,7 +188,8 @@ def __init__(
188
188
}
189
189
190
190
If using a custom splitter class, which takes ``n_splits`` such as
191
-
`PredefinedSplit <https://scikit-learn.org/stable/modules/generated/sklearn.model_selection.KFold.html#sklearn-model-selection-kfold>`_, the value of ``"folds"`` will be used.
0 commit comments