You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
My feature is not related to a specific problem. However, it would be useful to have the ability to store custom plots that evaluate the results of each experiment. For example, we could store Shapley Feature Explanation plots or simple feature importance plots for each experiment. It would be helpful to have the ability to upload these images/plots as part of each trial.
Ideally, the Tracker class would have a method called log_figure that would allow us to log any figure that we would consider useful.
Describe alternatives you've considered
I have considered using the log_artifact method of the Tracker class. This method is not implemented specifically for visualizations.
Additional context
I believe Comet has this feature implemented Experiment.log_figure method. It would be extremely useful to add this feature to sagemaker-experiments.
Thank you!
The text was updated successfully, but these errors were encountered:
+1 to this. Logging images and custom plots feels like a must have feature when trying to evaluate a model. This is supported also in other similar tools as Tensorboard and MLFlow
Is your feature request related to a problem? Please describe.
My feature is not related to a specific problem. However, it would be useful to have the ability to store custom plots that evaluate the results of each experiment. For example, we could store Shapley Feature Explanation plots or simple feature importance plots for each experiment. It would be helpful to have the ability to upload these images/plots as part of each trial.
Describe the solution you'd like
Ideally, the
Tracker
class would have a method calledlog_figure
that would allow us to log any figure that we would consider useful.Describe alternatives you've considered
I have considered using the
log_artifact
method of theTracker
class. This method is not implemented specifically for visualizations.Additional context
I believe Comet has this feature implemented
Experiment.log_figure
method. It would be extremely useful to add this feature to sagemaker-experiments.Thank you!
The text was updated successfully, but these errors were encountered: