Skip to content

Commit 03ac909

Browse files
committed
Doc: Make more clear that the argument None still provides defaults
1 parent fbd4f0c commit 03ac909

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

autosklearn/estimators.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,10 @@ def __init__(
175175
and ensure that ``"subsample"`` is not included in the applied compression
176176
``"methods"`` or disable it entirely with ``False``.
177177
178-
resampling_strategy_arguments : Optional[Dict]
178+
resampling_strategy_arguments : Optional[Dict] = None
179179
Additional arguments for ``resampling_strategy``, this is required if
180-
using a ``cv`` based strategy:
180+
using a ``cv`` based strategy. The default arguments if left as ``None``
181+
are:
181182
182183
.. code-block:: python
183184

0 commit comments

Comments
 (0)