configure datareport

The configure datareport command launches the data-report wizard to configure a data-quality, data-drift, or target-drift report.

Syntax

configure datareport

Parameters

  1. From the Data Reports drop-down list, select New.

  2. Specify a name for the report.

  3. Select a report type: data-quality, data-drift, or target-drift.

    • For a data-quality report:

      1. Select either Dataset or Datasink for the current data.

      2. Select the name of the dataset or data sink from the drop-down list.

      3. If the current data has a timestamp feature, select it from the DateTime Column drop-down list.

    • For a data-drift report:

      1. Select either Dataset or Datasink for the current data.

      2. Select the name of the dataset or data sink from the drop-down list.

      3. Select the type of reference data: dataset or prediction-log.

      4. Select the reference data name from the drop-down list.

      5. If the current data has a timestamp feature, select it from the DateTime Column drop-down list.

    • For a target-drift report:

      1. Select the prediction-log table that stores the results of the prediction.

      2. Select the type of reference data: dataset or another prediction-log.

      3. Select the reference data name from the drop-down list.

      4. If the current data has a timestamp feature, select it from the DateTime Column drop-down list.

  4. Specify the target feature name.

  5. Select the report format (html or pdf).

  6. Save the configuration.

Example

Last updated