Skip to content

analyze: Analyze experiment results

After an experiment finishes, you can analyze the results with this command. By default it will print out analytics and save them to a json file.

Usage:

bash
magentic-marketplace analyze my_experiment

Common arguments:

experiment-name (required)

    Experiment name (PostgreSQL schema name).

--db-type (optional)

    Type of database: sqlite or postgres (default: postgres). For postgres, the experiment name is the name of a schema in the database. For sqlite, it is the path to a database file.

--no-save-json (optional)

    Disable saving analytics to JSON file