pycaret.clustering.get_engine#

pycaret.clustering.get_engine(estimator: str) str | None[source]#

Gets the model engine currently set in the experiment for the specified model. :param estimator: 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]