get_available_estimators#

get_available_estimators(task='classification') DataFrame[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.

Returns:
str

Standardised name as defined by NAME_ALIASES.