Builder

class Builder

Properties

Link copied to clipboard

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

Link copied to clipboard
var 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.