Model Report¶
-
class
citrination_client.views.model_report.ModelReport(raw_report)¶ An abstraction of a model report that wraps access to various sections of the report.
-
__init__(raw_report)¶ Initialize self. See help(type(self)) for accurate signature.
-
feature_importances¶ - Returns
list of key value pairs regarding feature importances
- Return type
list of dict
-
model_name¶ - Returns
the model output which this report corresponds to
- Return type
str
-
model_settings¶ - Returns
dictionary of model settings
- Return type
dict
-
performance¶ - Returns
dictionary of model performance metrics
- Return type
dict
-