Inspecting experiments, trials, and trial components with SageMaker Experiments
In this recipe, we will use the sagemaker-experiments
library to inspect the different experiments, trials, and trial components created and linked with SageMaker Experiments. Being able to understand what we can do with the sagemaker-experiments
library will allow us to manage our experiments better and inspect the properties of the entities created during the process.
Getting ready
The following is the prerequisite for this recipe:
- This recipe continues from Running and managing multiple experiments with SageMaker Experiments.
How to do it…
The first steps in this recipe focus on preparing the prerequisites and making sure that the sagemaker-experiments
library is installed and loaded:
- Navigate to the
my-experiments/chapter05
directory inside your SageMaker notebook instance. Feel free to create this directory if it does not exist yet. - Create a new notebook...