Skip to content

Commit 0b03bc2

Browse files
author
Pranav Krishnan
committed
fix to pass lint check
1 parent 426c230 commit 0b03bc2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sagemaker/clarify.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)