ClarifyBaseliningConfig | R Documentation |
Data class to hold some essential analysis configuration of ClarifyBaseliningJob
analysis_config
analysis config from configurations of the baselining job.
features_attribute
JSONpath to locate features in predictor request payload. Only required when predictor content type is JSONlines.
inference_attribute
Index, header or JSONpath to locate predicted label in predictor response payload
probability_attribute
Index or JSONpath location in the model output for probabilities or scores to be used for explainability.
probability_threshold_attribute
Value to indicate the threshold to select the binary label in the case of binary classification. Default is 0.5.
new()
Initialization.
ClarifyBaseliningConfig$new( analysis_config, features_attribute = NULL, inference_attribute = NULL, probability_attribute = NULL, probability_threshold_attribute = NULL )
analysis_config
(BiasAnalysisConfig or ExplainabilityAnalysisConfig): analysis config from configurations of the baselining job.
features_attribute
(str): JSONpath to locate features in predictor request payload. Only required when predictor content type is JSONlines.
inference_attribute
(str): Index, header or JSONpath to locate predicted label in predictor response payload.
probability_attribute
(str): Index or JSONpath location in the model output for probabilities or scores to be used for explainability.
probability_threshold_attribute
(float): Value to indicate the threshold to select the binary label in the case of binary classification. Default is 0.5.
format()
format class
ClarifyBaseliningConfig$format()
clone()
The objects of this class are cloneable with this method.
ClarifyBaseliningConfig$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.