metrics#
Utils module containing utilities for checks working with metrics.
Functions
|
Check task type (regression, binary, multiclass) according to model object and label column. |
|
Get gain between base score and score compared to the distance from the perfect score. |
|
Initialize scorers and return all of them as deepchecks scorers. |
|
Get default scorers based on model type. |
Classes
Enum containing supported task types. |
|
Encapsulate scorer function with extra methods. |