Creating an Experiment
Within Pluto, an experiment represent a singular instance of a tracked run. To create an experiment, invokepluto.init() with the experiment name and a project project.
config parameter


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 thetag keyword argument which accepts List[str]