-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
Describe the feature you'd like
Freshly overhauled SageMaker Experiments only allow you to:
log_confusion_matrix
log_roc_curve
log_precision_recall
log_metric
which all generate some kind of browsable chart. However, there's no way to create a custom plot or to customize existing ones.
It would be great to allow us to upload custom charts that would be displayed directly in the Experiments UI. Plotly, png, matplotlib - literally anything.
How would this feature be used? Please describe.
log_confusion_matrix
, log_roc_curve
, log_precision_recall
are too specific and log_metric
is too inflexible (line chart only). You cannot plot a bar chart, a scatterplot or a histogram.
Describe alternatives you've considered
MLflow, Weights&Biases, Neptune.ai, ...
akuma12, dsradecki, cnemri, he7d3r, nischaybikramthapa and 3 more