Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
g329 committed Sep 20, 2016
1 parent 32fcab4 commit 0a8a486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/extending.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ following base classes:

* classification: :class:`autosklearn.pipeline.components.base.AutoSklearnClassificationAlgorithm`
* regression: :class:`autosklearn.pipeline.components.base.AutoSklearnRegressionAlgorithm`
* proprocessing: :class:`autosklearn.pipeline.components.base.AutoSklearnPreprocessingAlgorithm`
* preprocessing: :class:`autosklearn.pipeline.components.base.AutoSklearnPreprocessingAlgorithm`

In general, these classes are wrappers around existing machine learning
models and only add the functionality auto-sklearn needs. Of course you can
Expand Down

0 comments on commit 0a8a486

Please sign in to comment.