Download Experiment Results
Last updated
Was this helpful?
Last updated
Was this helpful?
Experiment results can be downloaded as a Dataframe object using the Arize Python client.
To download an experiment's results, call arize_client.get_experiment
on the experiment name:
Reference:
space_id (str) โ The ID of the space where the experiment is located.
experiment_name (Optional[str]) โ The name of the experiment. Required if experiment_id is not provided.
dataset_name (Optional[str]) โ The name of the dataset associated with the experiment. Required if experiment_id is not provided.
experiment_id (Optional[str]) โ The ID of the experiment. Required if experiment_name and dataset_name are not provided.
Code Example: