Request for Assistance: Monitoring Validation Metrics with Factorization Machine Training in SageMaker

0

Dear AWS Support/Comunity,

I am currently working on a project that involves training a Factorization Machine model using Amazon SageMaker. Despite a thorough search, I have not been able to find documentation on how to monitor validation metrics in real-time, similar to how I can with training metrics.

The ability to observe the performance of the validation set during the training process is crucial for my project, as it would allow me to detect potential overfitting issues effectively.

Could you please provide me with guidance on how to enable and access these validation metrics? Detailed steps or references to specific sections of the documentation would be greatly appreciated.

Thank you in advance for your assistance. I look forward to your prompt response.

Best, Felipe

asked 10 months ago175 views
1 Answer
0

The following metrics are emitted by the SageMaker Factorization Machine algorithm: https://docs.aws.amazon.com/sagemaker/latest/dg/fm-tuning.html#fm-metrics

You should see these in CloudWatch logs/metrics (if a regex is defined) https://docs.aws.amazon.com/sagemaker/latest/dg/training-metrics.html#define-train-metrics

AWS
Marc
answered 10 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions