ModelMetrics | R Documentation |
Accepts model metrics parameters for conversion to request dict.
new()
Initialize a “ModelMetrics“ instance and turn parameters into dict.
ModelMetrics$new( model_statistics = NULL, model_constraints = NULL, model_data_statistics = NULL, model_data_constraints = NULL, bias = NULL, explainability = NULL, bias_pre_training = NULL, bias_post_training = NULL )
model_statistics
(MetricsSource): A metric source object that represents model statistics (default: None).
model_constraints
(MetricsSource): A metric source object that represents model constraints (default: None).
model_data_statistics
(MetricsSource): A metric source object that represents model data statistics (default: None).
model_data_constraints
(MetricsSource): A metric source object that represents model data constraints (default: None).
bias
(MetricsSource): A metric source object that represents bias report (default: None).
explainability
(MetricsSource): A metric source object that represents explainability report (default: None).
bias_pre_training
(MetricsSource): A metric source object that represents Pre-training report (default: None).
bias_post_training
(MetricsSource): A metric source object that represents Post-training report (default: None).
to_request_list()
Generates a request dictionary using the parameters provided to the class.
ModelMetrics$to_request_list()
format()
format class
ModelMetrics$format()
clone()
The objects of this class are cloneable with this method.
ModelMetrics$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.