Questions tagged [amazon-sagemaker-experiments]

6 questions
2
votes
3 answers

SageMaker Studio: which AWS user profile am I using?

After I login into a SageMaker Studio with a specific user profile, how can I find out which user profile I am logged in with? I know I can easily figure out which execution role I am using, but I wan to know which User Profile I am using. Is it…
2
votes
1 answer

How to use SageMaker Experiments trackers and trial components?

I'm completely confused with how SageMaker Experiments works. I used the SDK to create an Experiment and a Trial. Now I want to track job parameters, metadata and metrics. Shall I create Trial components manually with the SDK or let SM Estimator fit…
2
votes
1 answer

SageMaker experiments store

I just started using aws sagemaker for running and maintaining models, experiments. just wanted to know is there any persistent layer for the sagemaker from where i can get data of my experiments/models instead of looking into the sagemaker studio.…
0
votes
1 answer

How to integrate SageMaker Clarify Explainability and HPO in AWS Sagemaker?

I'm wondering to use Sagemaker clarify explainability in combination with HPO. I saw the sagemaker examples using the 'experiments.run ([docs link][1]), but I did not figure out how to adapt for HPO task. Thank you all for any help. Short docs…
0
votes
0 answers

What is the ClientError related to SageMaker Experiments to save trial component?

I'm learning about SageMaker Experiments and I gotcha a client error that I did not figure out what it is. If I understood correctly, I think that is something when the SM tries to save the generated training model. Besides, the training job…
0
votes
0 answers

Sagemaker experiment tracking duplication

I am trying to train a model using script mode via AWS Sagemaker. I would like to track this training job with AWS Sagemaker Experiments together with some calculated metrics in the training job. When I start the training job a new experiment run is…