Skip to content

AutoResearch/autora-theorist-darts

Repository files navigation

AutoRA Differentiable Architecture Search

autora-theorist-darts is a Python module for fitting data using differentiable architecture search, built on AutoRA.

Website: https://autoresearch.github.io/autora/

User Guide

You will need:

Install DARTS as part of the autora package:

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

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()"