SageMaker Experiments compatibility
See original GitHub issueHi, is this library compatible with SageMaker Experiments tracking and/or SageMaker estimator experiment_config
?
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Manage Machine Learning with Amazon SageMaker ...
Use SageMaker Experiments to view, manage, analyze, and compare both custom experiments that you programmatically create and experiments automatically created ...
Read more >Manage Machine Learning with Amazon SageMaker ...
Amazon SageMaker Experiments is a capability of Amazon SageMaker that lets you organize, track, compare, and evaluate your machine learning experiments.
Read more >Organize, Track, and Evaluate ML Training Runs ... - YouTube
In this video, learn how Amazon SagMaker Experiments can help you and track these iterations within the visual interface of SageMaker Studio ...
Read more >SageMaker Experiments Python SDK - GitHub
SageMaker Experiments is an AWS service for tracking machine learning Experiments. The SageMaker Experiments Python SDK is a high-level interface to this ...
Read more >Next Generation Amazon SageMaker Experiments - Zephyrnet
With the new updates to SageMaker Experiments, it is now a part of the SageMaker SDK, simplifying the data scientist work and eliminating...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I closed the issue, feel free to reopen if you have an issue with setting SageMaker experiment tracker.
You can pass the
experiment_config
fit argument required to configure experiments in SageMaker estimator by setting thesagemaker_fit_kwargs
parameter. For instance, something like: