aws / sagemaker-experiments

Experiment tracking and metric logging for Amazon SageMaker notebooks and model training.
Apache License 2.0
125 stars 36 forks source link

Include Trial name in experiment analytics #99

Closed szamarin closed 3 years ago

szamarin commented 4 years ago

The output of sagemaker.analytics.ExperimentAnalytics provides the results of individual trial components but does not provide the Trial name. So if I have more than one trial in my experiment, there's no way for me to tell which one each component belongs to. So the output pretty much becomes useless.