Skip to content

AutoResearch/autora-synthetic

Repository files navigation

AutoRA Synthetic Data

Synthetic experiment data for testing AutoRA theorists and experimentalists.

User Guide

You will need:

Install the synthetic data package (as part of autora):

pip install -U "autora"

💡We recommend using a python environment manager like virtualenv.

Print a description of the prospect theory model by Kahneman and Tversky by running:

python -c "
from autora.experiment_runner.synthetic.economics.prospect_theory import prospect_theory
study = prospect_theory()
print(study.description)
"

For more information, see the documentation.