Skip to content

Quickstart Guide

You will need:

Install DARTS as part of the autora package:

pip install -U "autora[theorist-darts]"

Success

It is recommended to use a python environment manager like virtualenv.

Check your installation by running:

python -c "from autora.theorist.darts import DARTSRegressor; DARTSRegressor()"