autora-theorist-darts
is a Python module for fitting data using differentiable architecture
search, 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 DARTS as part of the autora
package:
pip install -U "autora[theorist-darts]"
It is recommended to use a
python
environment manager likevirtualenv
.
Check your installation by running:
python -c "from autora.theorist.darts import DARTSRegressor; DARTSRegressor()"