ClarifyShapConfig

The configuration for SHAP analysis using SageMaker Clarify Explainer.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of samples to be used for analysis by the Kernal SHAP algorithm.

Link copied to clipboard
val seed: Int?

The starting value used to initialize the random number generator in the explainer. Provide a value for this parameter to obtain a deterministic SHAP result.

Link copied to clipboard

The configuration for the SHAP baseline of the Kernal SHAP algorithm.

Link copied to clipboard

A parameter that indicates if text features are treated as text and explanations are provided for individual units of text. Required for natural language processing (NLP) explainability only.

Link copied to clipboard

A Boolean toggle to indicate if you want to use the logit function (true) or log-odds units (false) for model predictions. Defaults to false.

Functions

Link copied to clipboard
inline fun copy(block: ClarifyShapConfig.Builder.() -> Unit = {}): ClarifyShapConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String