pycaret.clustering.get_allowed_engines#
- pycaret.clustering.get_allowed_engines(estimator: str) str | None[source]#
Get all the allowed engines for the specified model :param estimator: 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 sktime engine, then it return None.
- Return type:
Optional[str]