Create Experiments#

This how-to explains how to build Experiments in Dioptra.

Prerequisites#

Experiment Creation Workflow#

Follow these steps to create an Experiment. You can perform these actions via the Graphical User Interface (GUI) or programmatically using the Python Client.

Step 1: Locate Entrypoints to attach to the Experiment#

Ensure you have created at least one entrypoint.

You will be able to automatically select these resources in the GUI using dropdown menus in the following steps.

Step 2: Locate Entrypoints to attach to the Experiment#

In the Dioptra GUI, navigate to the Experiments tab. Click Create. Enter metadata, including:

  • name

  • group

  • entrypoints

  • description (optional)

Click Submit Experiment when finished.

See Also#