We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7e8825 + 0a8a486 commit 96f3c1fCopy full SHA for 96f3c1f
doc/extending.rst
@@ -20,7 +20,7 @@ following base classes:
20
21
* classification: :class:`autosklearn.pipeline.components.base.AutoSklearnClassificationAlgorithm`
22
* regression: :class:`autosklearn.pipeline.components.base.AutoSklearnRegressionAlgorithm`
23
-* proprocessing: :class:`autosklearn.pipeline.components.base.AutoSklearnPreprocessingAlgorithm`
+* preprocessing: :class:`autosklearn.pipeline.components.base.AutoSklearnPreprocessingAlgorithm`
24
25
In general, these classes are wrappers around existing machine learning
26
models and only add the functionality auto-sklearn needs. Of course you can
0 commit comments