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
- __init__(alternative_scorers: Optional[Dict[str, Callable]] = None, **kwargs)[source]#
Initialize the class.
- __new__(*args, **kwargs)#
Methods
Add new condition function to the check. |
|
Remove all conditions from this check instance. |
|
Run conditions on given result. |
|
Finalize the check result by adding the check instance and processing the conditions. |
|
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. |