File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -323,9 +323,9 @@ def __init__(
323323 be the same as the dataset format. Each row should contain only the feature
324324 columns/values and omit the label column/values. If None a baseline will be
325325 calculated automatically by using K-means or K-prototypes in the input dataset.
326- num_clusters (None or int): If a baseline is not provided, Clarify automatically computes a
327- baseline dataset via a clustering algorithm. num_clusters is a parameter for K-means/K-prototypes.
328- Default is None.
326+ num_clusters (None or int): If a baseline is not provided, Clarify automatically
327+ computes a baseline dataset via a clustering algorithm. num_clusters is a parameter
328+ for K-means/K-prototypes. Default is None.
329329 use_logit (bool): Indicator of whether the logit function is to be applied to the model
330330 predictions. Default is False. If "use_logit" is true then the SHAP values will
331331 have log-odds units.
You can’t perform that action at this time.
0 commit comments