get_available_estimators

get_available_estimators(task='classification', return_dataframe=True)[source]

Get a list of estimators avialable for a specific task.

Parameters:
taskstr, default=”classification”

Should be one of “classification”,”clustering”,”regression”. This is not case sensitive.

return_dataframeboolean, default = True

If false, returns a list.

Returns:
pd.DataFrame or List

Standardised name as defined by NAME_ALIASES.