Skip to content

Commit a91a4be

Browse files
committed
doc typo fix
1 parent 7d1d23e commit a91a4be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

autosklearn/estimators.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def __init__(
108108
include : Optional[Dict[str, List[str]]] = None
109109
If None, all possible algorithms are used.
110110
111-
Otherwise, specifies a step and the components that are available to be used.
111+
Otherwise, specifies a step and the components that are included in search.
112112
See ``/pipeline/components/<step>/*`` for available components.
113113
114114
Incompatible with parameter ``exclude``.
@@ -133,7 +133,7 @@ def __init__(
133133
exclude : Optional[Dict[str, List[str]]] = None
134134
If None, all possible algorithms are used.
135135
136-
Otherwise, specifies a step and the components that are available to be used.
136+
Otherwise, specifies a step and the components that are excluded from search.
137137
See ``/pipeline/components/<step>/*`` for available components.
138138
139139
Incompatible with parameter ``include``.

0 commit comments

Comments
 (0)