Skip to content

Report and Reports Suites

Nachem Rosenberg edited this page Oct 29, 2023 · 2 revisions

Report Configuration

A report configuration is a set of all the required configurations in order to run a single report. It is a JSON file that contains the user-defined functions that should be used in the report, their parameters if there are any and some other running parameters.

When running a new report with a report configuration, the user only needs to add the input data, predictions, and ground truth. This makes it easy to reuse report configurations and to collaborate with other members of the project.

Sharing Report Configurations

Report configurations can be shared between different members of the project by simply sharing the JSON file. This allows users to easily reuse and collaborate on report configurations.

Report Suites

A report suite is a set of report configurations that can be run as one suite. This is useful for running multiple reports with related business or research needs at once.

Clone this wiki locally