DriftCheckBaselines | R Documentation |
Accepts drift check baselines parameters for conversion to request dict.
new()
Initialize a “DriftCheckBaselines“ instance and turn parameters into dict.
DriftCheckBaselines$new( model_statistics = NULL, model_constraints = NULL, model_data_statistics = NULL, model_data_constraints = NULL, bias_config_file = NULL, bias_pre_training_constraints = NULL, bias_post_training_constraints = NULL, explainability_constraints = NULL, explainability_config_file = NULL )
model_statistics
(MetricsSource): A metric source object that represents
model_constraints
(MetricsSource): A metric source object that represents
model_data_statistics
(MetricsSource): A metric source object that represents
model_data_constraints
(MetricsSource): A metric source object that represents
bias_config_file
(FileSource): A file source object that represents bias config
bias_pre_training_constraints
(MetricsSource):
bias_post_training_constraints
(MetricsSource):
explainability_constraints
(MetricsSource):
explainability_config_file
(FileSource): A file source object that represents
to_request_list()
Generates a request dictionary using the parameters provided to the class.
DriftCheckBaselines$to_request_list()
clone()
The objects of this class are cloneable with this method.
DriftCheckBaselines$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.