utilities Module
Utility methods used in automated ML in Azure Machine Learning.
Functions
get_primary_metrics
Get the primary metrics supported for a given task.
get_primary_metrics(task)
Parameters
Name | Description |
---|---|
task
Required
|
The string "classification" or "regression". |
Returns
Type | Description |
---|---|
A list of the primary metrics supported for the task. |