Skip to content

LaunchScreens

Scott Sievert edited this page Sep 4, 2018 · 2 revisions

When you launch NEXT, you will see this screen:

This has a couple different links:

We will describe the first three links, since they can only be found running NEXT.

Experiment list

This lists all experiments, and provides options to

  • backup experiments
  • retire experiments
  • restore experiments from a backup

It also provides a link to the dashboard, which is described more in Experiment Monitoring.

Experiment launch

The list of experiments is populated through the "Experiment launch" interface. This screen is explained more in GUI Launch and Launch Basics.

Application documentation

Launching an experiment requires uploading one YAML file and (possibly) one zip file. The YAML file specifies the experiment exactly, and it's well documented. This documentation can be found in the application documentation list.

The creation of this YAML file can be found in Launch Basics.

This is specific to each application. Each application describes a question type to be asked.

Here is the mapping from application name to question type:

  • PoolBasedTripletMDS: "is object 'a' more similar to object 'b' or 'c'?"
  • DuelingBanditsPureExploration: "is object 'a' or 'b' better?"
  • CardinalBanditsPureExploration: "rate this object as one of N choices"
Clone this wiki locally