pycaret.time_series.get_engine# pycaret.time_series.get_engine(estimator: str) → str | None[source]# Gets the model engine currently set in the experiment for the specified model. Parameters: estimator (str) – Identifier for the model for which the engine should be retrieved, e.g. “auto_arima” Returns: The engine for the model. If the model only supports the default sktime engine, then it return None. Return type: Optional[str]