MultiModelPerformanceReport#
- class MultiModelPerformanceReport[source]#
Summarize performance scores for multiple models on test datasets.
- Parameters
- alternative_scorersDict[str, Callable] , default: None
An optional dictionary of scorer name to scorer functions. If none given, using default scorers
- __new__(*args, **kwargs)#
Methods
Add new condition function to the check. |
|
Remove all conditions from this check instance. |
|
Run conditions on given result. |
|
Return check configuration (conditions' configuration not yet supported). |
|
Return check object from a CheckConfig object. |
|
Return check metadata. |
|
Name of class in split camel case. |
|
Return parameters to show when printing the check. |
|
Remove given condition by index. |
|
Initialize context and pass to check logic. |
|
Run check logic. |