pycaret.time_series.get_allowed_engines#

pycaret.time_series.get_allowed_engines(estimator: str) str | None[source]#

Get all the allowed engines for the specified model

Parameters:

estimator (str) – Identifier for the model for which the engines should be retrieved, e.g. “auto_arima”

Returns:

The allowed engines for the model. If the model only supports the default engine, then it return None.

Return type:

Optional[str]