1. Amazon SageMaker Autopilot Documentation: "Amazon SageMaker Autopilot automatically builds, trains, and tunes the best machine learning models based on your data, while allowing you to maintain full control and visibility... For an Autopilot experiment, SageMaker Clarify is used to help explain how the models make predictions." (Source: AWS SageMaker Developer Guide, "Automate model development with Amazon SageMaker Autopilot").
2. Amazon SageMaker Clarify Documentation: "SageMaker Clarify provides tools to help you understand why your machine learning models make the predictions that they do... Clarify uses a feature attribution approach based on the concept of a Shapley value..." (Source: AWS SageMaker Developer Guide, "Explainability for Amazon SageMaker Autopilot models").
3. Amazon SageMaker Data Wrangler Documentation: "Amazon SageMaker Data Wrangler reduces the time it takes to aggregate and prepare data for machine learning (ML) from weeks to minutes." Its focus is on the data preparation stage. (Source: AWS SageMaker Developer Guide, "Prepare ML Data with Amazon SageMaker Data Wrangler").
4. Amazon SageMaker Built-in Algorithms - K-Means: "The Amazon SageMaker k-means algorithm is an unsupervised learning algorithm. It attempts to find discrete groupings within data..." (Source: AWS SageMaker Developer Guide, "K-Means Algorithm").