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

add delete_all(action="--force") method under experiment #85

Closed yzhu0 closed 4 years ago

yzhu0 commented 4 years ago

add delete_all(action="--force") under experiment to delete the experiment and associated trials, trial components.

https://sim.amazon.com/issues/AML-70471 https://sim.amazon.com/issues/AML-73053

yzhu0 commented 4 years ago

This task is depended on https://github.com/aws/sagemaker-experiments/pull/83. I will compare with baseline again once https://github.com/aws/sagemaker-experiments/pull/83 is merged

danabens commented 4 years ago

have your tried rebasing your PR on latest master to get the lint and test to succeed?