get_available_estimators#

get_available_estimators(task='classification') DataFrame[source]#

Get a list of estimators avialable for a specific task.

Parameters:
taskstr. default = “classification”.

this is not case sensitive. Should be one of “classification/clustering/regression

Returns:
str: standardised name as defined by NAME_ALIASES