Skip to main content

Creating an Experiment

Within Pluto, an experiment represent a singular instance of a tracked run. To create an experiment, invoke pluto.init() with the experiment name and a project project.
You can pass in configurations, e.g hyperparameters the config parameter
and this will be recorded in the experiment metadata. Screenshot 2025 12 18 At 5 30 31 PM Screenshot 2025 12 18 At 5 30 58 PM

Tags

Tags are plaintext strings and a way for attaching small metadata about your run that will make it easy for you to group/filter runs in the webUI. Multiple tags can be specified for a single run. To initialize a run with a particular tag, use the tag keyword argument which accepts List[str]