Skip to main content
Version: 10.2.8

Run experiments

To access the lists of training and test runs and explore their details, select AutoML > Experiments. Control Tower updates the lists every time you start a training or a test accordingly.

Trainings

On the Trainings tab, you can get the information about the status of a training run or view related details.

The Training tab contains the following information on training runs:

ParameterDescription
IDModel identifier assigned in the course of its training. Training IDs correspond to model IDs. Once trainings are completed successfully, the IDs become links to the details of associated models.
CodeIdentifier of the associated pipeline specified in its source code description.
VersionVersion of the associated pipeline specified in its source code description.
TypeProblem type the model can solve (for instance, information extraction).
ML SDK versionML SDK version used to build the associated pipeline.
StartedDate and time when the training was started.
FinishedDate and time when the training was completed.
StatusCurrent training status: Completed (green), Stopped (grey), Failed (error icon).
note

To update statuses during a session, switch to another page or refresh the Experiments page.

To view the data that interests you most, you can sort it by clicking a column name.

Start training

To train a new model, in the top-right corner of the Experiments page, click the plus (+) button to open the menu and select Train new.

This brings you to the model creation page:

For further steps to configure a new model training, refer to Manage models | Train new model.

You can filter the list of displayed trainings based on any or all the four criteria:

  • Code: associated model code
  • Type: model type
  • ML SDK version: ML SDK version used for building the model
  • Status: current training status

To apply the criteria, click one or more filter buttons at the top of the training list and select required items or find them using the search box. Filters turn blue as they become active, and the items in the training list change accordingly.

To turn off an active filter, click it again. To reset them all, click Clear all.

You can also search the list for a particular training by a model ID or a model code using the Search by ID and Code box in the top-right corner.

View error log

When a training fails, you can view the error log: in the Status column, click the error indication.

A dialog with the error details appears.

To close the log, click the Close (cross) or Got it button.

Tests

The model testing functionality makes it possible to apply existing models to a test set to get metrics without coding and complex Business Process development.

To access the functionality, go to Experiments > Tests:

The Tests tab contains a list of test runs and the following data:

ParameterDescription
Test IDTest run identifier assigned in the course of its running. Once tests are completed successfully, the IDs become links to the test run details page.
ModelIdentifier of the associated model.
TypeProblem type the model can solve (for instance, information extraction).
StartedDate and time when the test was started.
FinishedDate and time when the test was completed.
StatusCurrent test status: Completed (green), Stopped (grey), Failed (error icon).
note

To update statuses during a session, switch to another page or refresh the Experiments page.

To view the data that interests you most, you can sort it by clicking the selected column.

Start test

To start a test, proceed in one of the following ways:

  • In the top-right corner of the Experiments page, click the plus (+) button > Test new.

  • Navigate to Models > select a model you want to test > open the Actions menu > Test.

  • Navigate to Models > click the model you want to test > on the model's details page, click the Test button:

Whichever method you choose to start a test, your next step is to set up the test parameters on the Model testing page as described below.

Set up test

On the Model testing page, proceed as follows:

  1. In the Model ID drop-down list, select a model by ID.

    If you create a test from the Models list > Actions menu > Test, the model ID is already selected.

    As soon as you specify the model ID, the pipeline and version are read from the model configuration and inserted automatically.

  2. In the Test ID field, specify a unique name for the test run.

  3. In the Test set list, select a test set.

  4. Click Test.

  5. In AutoML > Experiments > Tests, find the new model test run: its status should be In progress.

  6. Wait till the status changes to Completed. Then, click the test ID and review the resulting test data.

View and export test details

To access details of successfully completed test runs, go to AutoML > Experiments > Tests and click a needed test ID.

The test run details become available on a separate page:

On the page, you can see the following test run data:

  • Created: the date and time when the test was created
  • Model ID: the link to the associated model
  • Type: the problem type the pipeline can solve (for instance, information extraction)
  • Test set: the link to the test set used in the test
  • Average metrics for all labels (in %):
    • Precision
    • Recall
    • Accuracy
  • Detailed statistics per label:
    • Label name
    • Label type
    • Label value
    • Metrics per label:
      • TP: number of true positives
      • FP: number of false positives
      • FN: number of false negatives
      • TN: number of true negatives
      • P: precision
      • R: recall
      • F1: F1 score
      • ER: error rate = FP/(FP + TN)
      • Accuracy

To get the detailed per label test statistics in a single file, click Download statistics.

For models developed with ML SDK of version 10.2.6 and higher, the XLXS file also includes extended per document statistics:

Filter and search

You can filter the list of displayed tests based on any or all the three criteria:

  • Model: Associated model ID
  • Type: Model type
  • Status: Current test status

To apply the criteria, click one or more filter buttons at the top of the test list and select required items or find them using the search box. Filters turn blue as they become active, and the items in the test list change accordingly.

To turn off an active filter, click it again. To reset them all, click Clear all.

You can also search the list for a particular test by a test ID or a model ID using the Search by ID and Code box in the top-right corner.

View error log

If a test fails, you can view the error log: in the Status column, click the error indication.

A dialog with the error details appears:

To close the log, click the Close (cross) or Got it button.