metric_utils#

Module containing metrics utils.

Members

TaskType

Enum containing supported task types.

DEFAULT_SCORERS_DICT

DEFAULT_REGRESSION_SCORERS

DEFAULT_BINARY_SCORERS

DEFAULT_MULTICLASS_SCORERS

MULTICLASS_SCORERS_NON_AVERAGE

DeepcheckScorer

Encapsulate scorer function with extra methods.

init_validate_scorers(scorers, model, ...)

Initialize scorers and return all of them as deepchecks scorers.

get_default_scorers(model_type[, class_avg])

Get default scorers based on model type.