Skip to content

Commit 117fa5d

Browse files
committed
fix sphinx
1 parent c8a2a27 commit 117fa5d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/sagemaker/clarify.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -306,10 +306,10 @@ def __init__(
306306
307307
Args:
308308
baseline (None or str or list): None or S3 object Uri or A list of rows (at least one)
309-
to be used asthe baseline dataset in the Kernel SHAP algorithm. The format should be
310-
the same as the dataset format. Each row should contain only the feature
311-
columns/values and omit the label column/values. If None a baseline will be
312-
calculated automatically by using K-means or K-prototypes in the input dataset.
309+
to be used asthe baseline dataset in the Kernel SHAP algorithm. The format should
310+
be the same as the dataset format. Each row should contain only the feature
311+
columns/values and omit the label column/values. If None a baseline will be
312+
calculated automatically by using K-means or K-prototypes in the input dataset.
313313
num_samples (int): Number of samples to be used in the Kernel SHAP algorithm.
314314
This number determines the size of the generated synthetic dataset to compute the
315315
SHAP values.

0 commit comments

Comments
 (0)