Yeldos Balgabekov
Yeldos Balgabekov
*Issue #, if available:* *Description of changes:* The template uses an `execution_role` obtained in: `role = sagemaker.get_execution_role()` The used method already [returns the whole arn](https://github.com/aws/sagemaker-python-sdk/blob/master/src/sagemaker/session.py#L4666-L4667) *Testing done:* ## Merge Checklist...
*Issue #, if available:* *Description of changes:* - Added `_AnalysisConfigGenerator` class to simplify maintainability of the config creation. - Also, with this generator, customers may reproduce the state of the...
*Issue #, if available:* *Description of changes:* Added a public method to run both Bias and Explainability in a single job processing *Testing done:* ## Merge Checklist _Put an `x`...
*Issue #, if available:* *Description of changes:* When containers run, such schema validation is applied anyways. So added `ANALYSIS_CONFIG_SCHEMA_V1_0` to shorten feedback. I also, added a flag for users to...