Skip to content

Commit fbd4f0c

Browse files
committed
Fix: Shorten line
1 parent fbe8237 commit fbd4f0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

autosklearn/estimators.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,8 @@ def __init__(
188188
}
189189
190190
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.
191+
`PredefinedSplit <https://scikit-learn.org/stable/modules/generated/sklearn.model_selection.KFold.html#sklearn-model-selection-kfold>`_,
192+
the value of ``"folds"`` will be used.
192193
193194
tmp_folder : string, optional (None)
194195
folder to store configuration output and log files, if ``None``

0 commit comments

Comments
 (0)