amazon-sagemaker-clarify
amazon-sagemaker-clarify copied to clipboard
Fairness Aware Machine Learning. Bias detection and mitigation for datasets and models.
Thanks for this project. For my project, I'd need to configure some elements of the clarify processing and it would require respective [Docker Files](https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-processing-job-configure-container.html) available for modification. More concretely, I...
…ions to bias report *Issue #, if available:* https://sim.amazon.com/issues/RAI-2708 *Description of changes:* Revamp BasicBiasStats and facet report to include: 1. Dataset-level confusion matrix (computed via true and predicted labels) for...
Feedback from Bilal from a PR review: https://github.com/aws/amazon-sagemaker-clarify/pull/136#discussion_r1124552393 ``` How are we supposed to handle cases when a predicted label (in this case 2) is not present in the observed...
Hi, Can someone from the AWS team, create a new release after the license is updated? The last release seems not to have the Apache2.0 license. Can you please update...
Hi, I have fine-tuned an image classification model using SageMaker jump start. I have also deployed my model. This is my code for deploying my model: ```python sgmkr_clnt = boto3.client("sagemaker")...