autora-experimentalist-inequality
is a Python module for sampling data built on AutoRA.
Website: https://autoresearch.github.io/autora/
You will need:
python
3.8 or greater: https://www.python.org/downloads/graphviz
(optional, required for computation graph visualizations): https://graphviz.org/download/
Install the inequality experimentalist as part of the autora
package:
pip install -U "autora[experimentalist-inequality]"
It is recommended to use a
python
environment manager likevirtualenv
.
Check your installation by running:
python -c "from autora.experimentalist.inequality import summed_inequality_sample"