ax experiments commands let you create, retrieve, and manage experiments on the Arize platform.
ax experiments list
List all experiments, optionally filtered by dataset.
| Option | Description |
|---|---|
--dataset-id | Filter experiments by dataset ID |
--limit | Maximum number of results to return |
--cursor | Pagination cursor for the next page |
ax experiments get
Retrieve a single experiment by ID.
ax experiments create
Create a new experiment from a local file. The file must contain example_id and output columns. Extra columns are passed through as additional fields.
| Option | Description |
|---|---|
--name | Name for the new experiment |
--dataset-id | Dataset ID to attach the experiment to |
--file | Path to the data file (CSV, JSON, JSONL, or Parquet) with experiment runs |
ax experiments list_runs
List runs for an experiment.
| Option | Description |
|---|---|
--limit | Maximum number of runs to return |
ax experiments delete
Delete an experiment.
| Option | Description |
|---|---|
--force | Skip the confirmation prompt |