Skip to content

Commit

Permalink
[DOC] fix typo in forecaster API reference (#5211)
Browse files Browse the repository at this point in the history
Fixes a minor typo in the forecaster API reference.
  • Loading branch information
fkiraly committed Sep 12, 2023
1 parent daf7bdc commit 91d11ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/api_reference/forecasting.rst
Expand Up @@ -6,7 +6,7 @@ Forecasting

The :mod:`sktime.forecasting` module contains algorithms and composition tools for forecasting.

All clusterers in ``sktime`` can be listed using the ``sktime.registry.all_estimators`` utility,
All forecasters in ``sktime`` can be listed using the ``sktime.registry.all_estimators`` utility,
using ``estimator_types="forecaster"``, optionally filtered by tags.
Valid tags can be listed using ``sktime.registry.all_tags``.

Expand Down

0 comments on commit 91d11ed

Please sign in to comment.