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

task
Required

The string "classification" or "regression".

Returns

A list of the primary metrics supported for the task.