Experiment

class verta.tracking.entities.Experiment(conn, conf, msg)

Object representing a machine learning Experiment.

This class provides read/write functionality for Experiment metadata and access to its Experiment Runs.

There should not be a need to instantiate this class directly; please use Client.set_experiment().

Variables:
  • id (str) – ID of this Experiment.

  • name (str) – Name of this Experiment.

  • expt_runs (ExperimentRuns) – Experiment Runs under this Experiment.

delete()

Deletes this experiment.