Skip to content

Commit cebad79

Browse files
Fixes old reference to HPOlibConfigSpace to ConfigSpace
* Fixes old reference to HPOlibConfigSpace to ConfigSpace* Fixes
1 parent 26aee2e commit cebad79

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/extending.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ the type of component:
4848
get_hyperparameter_search_space()
4949
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5050

51-
Return an instance of ``HPOlibConfigSpace.configuration_space
52-
.ConfigurationSpace``.
51+
Return an instance of ``ConfigSpace.configuration_space.ConfigurationSpace``.
5352

5453
See also the abstract definitions:
5554
:meth:`AutoSklearnClassificationAlgorithm.get_hyperparameter_search_space() <autosklearn.pipeline.components.base.AutoSklearnClassificationAlgorithm.get_hyperparameter_search_space>`

0 commit comments

Comments
 (0)