简体   繁体   English

您如何使用 SageMaker 监控更多“标准”指标?

[英]How do you monitor more 'standard' metrics with SageMaker?

I'm trying to visualize multiple metrics, while using only one as the objective.我正在尝试可视化多个指标,同时仅使用一个指标作为目标。 I see how you can define 'custom' metrics using 'MetricDefinitions' under 'AlgorithmSpecification', but what if we just want to see more of the following and record them in CloudWatch as our HyperParameter tuning job progresses:我看到了如何使用“AlgorithmSpecification”下的“MetricDefinitions”来定义“自定义”指标,但是如果我们只想查看以下更多内容并在我们的 HyperParameter 调整工作进行时将它们记录在 CloudWatch 中怎么办:

validation:accuracy 
validation:auc  
validation:error        
validation:logloss  
validation:mse  

There are more, of course, and the exact metrics I realize might vary based on whether it's a classification or regression problem.当然,还有更多,我意识到的确切指标可能会根据它是分类问题还是回归问题而有所不同。

The larger question is just how do we specify the 'recording/logging' of more of these metrics using a standard container like the one for XGBoost?更大的问题是我们如何使用像 XGBoost 那样的标准容器来指定更多这些指标的“记录/日志记录”?

You can monitor a set of metrics for each problem type by using SageMaker Model Monitor[ Reference ] If you need to monitor any additional metrics apart from the default ones, you can use the BYOC approach to monitor them.您可以使用 SageMaker 监控每个问题类型的一组指标 Model Monitor[ 参考] 如果您需要监控除默认指标之外的任何其他指标,您可以使用BYOC 方法来监控它们。

Some of the examples for building BYOC can be found here可以在此处找到构建 BYOC 的一些示例

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在 SageMaker 管道 UI 上显示指标和价值? - How to display metrics and value on SageMaker pipeline UI? 如何清除 AWS SageMaker 上笔记本实例的持久存储? - How do you clear the persistent storage for a notebook instance on AWS SageMaker? 如何在 SageMaker Studio 中监控 Jupyterlab notebook? - How to monitor Jupyterlab notebook in SageMaker Studio? SageMaker:如何手动运行 Model 质量监控作业? - SageMaker: How to manually run a Model Quality Monitor Job? 在 AWS Sagemaker JumpStart 中调用 `image_uris.retrieve()` 时如何解决“拒绝访问”错误? - How do you resolve an "Access Denied" error when invoking `image_uris.retrieve()` in AWS Sagemaker JumpStart? 如何从端点内访问 sagemaker 模型注册表指标 - How to access sagemaker model registry metrics from within the endpoint 如何让一个 AWS sagemaker 管道触发另一个? - How do you make one AWS sagemaker pipeline trigger another one? 如何在 Amazon Aurora 中的标准配置和无服务器配置之间切换 - How do you switch between standard and serverless configurations in Amazon Aurora 您如何使用托管在 AWS 上的 grafana 监控您的响应时间 - how do you monitor your response times using grafana which are hosted on AWS 如何打印来自 Sagemaker 培训的调试信息? - How do I print debugging info from Sagemaker training?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM