如何在 SageMaker AutoPilot 中启用 SageMaker 调试器

How to Enable SageMaker Debugger in the SageMaker AutoPilot

我想 (a) 从 SageMaker (b) AutoML 管道中绘制 SHAP 值。要实现 (a),应根据以下条件使用调试器:https://aws.amazon.com/blogs/machine-learning/ml-explainability-with-amazon-sagemaker-debugger/.

但是如何在不黑入后台的情况下在AutoPilot中启用调试模型呢?

SageMaker Autopilot 目前不支持开箱即用的 SageMaker Debugger(截至 2020 年 12 月)。您可以破解 Hyperparameter Tuning 作业以传入调试参数。

但是,有一种方法可以将 SHAP 与 Autopilot 模型一起使用。查看此博客 post 解释如何将 SHAP 与 SageMaker Autopilot 结合使用:https://aws.amazon.com/blogs/machine-learning/explaining-amazon-sagemaker-autopilot-models-with-shap/.