Skip to content

Commit 6f3fde1

Browse files
committed
Add to analysis config schema
1 parent b1a25bd commit 6f3fde1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sagemaker/clarify.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@
259259
},
260260
},
261261
SchemaOptional("seed"): int,
262+
SchemaOptional("features_to_explain"): [Or(int, str)],
262263
},
263264
SchemaOptional("pre_training_bias"): {"methods": Or(str, [str])},
264265
SchemaOptional("post_training_bias"): {"methods": Or(str, [str])},

0 commit comments

Comments
 (0)