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

Merge with SageMaker Python SDK #102

Open LiutongZhou opened 3 years ago

LiutongZhou commented 3 years ago

Is there a plan to merge this into SageMaker Python SDK, so that we have everything in one place.

wangweixun commented 3 years ago

Hi Liutong -- thanks for the feedback. This is in our backlog but there is no ETA at this moment.

maltelorbach commented 1 year ago

According to https://docs.aws.amazon.com/sagemaker/latest/dg/experiments-additional-sdk.html sagemaker-experiments is fully integrated into Sagemaker Python SDK.

Important As of v2.123.0, SageMaker Experiments is now fully integrated with the SageMaker Python SDK and you no longer need to use the separate SageMaker Experiments SDK. We recommend creating an experiment with sagemaker.experiments.run rather than the following smexperiments module.

Would be nice to put this notice in the ReadMe of sagemaker-experiments to point people to the correct place?!