.gitignore
.pre-commit-config.yaml
README.md
mkdocs.yml
pyproject.toml
.github/workflows/python-publish.yml
.idea/.gitignore
.idea/autora-darts.iml
.idea/misc.xml
.idea/modules.xml
.idea/vcs.xml
.idea/inspectionProfiles/Project_Default.xml
.idea/inspectionProfiles/profiles_settings.xml
docs/example.ipynb
docs/how_it_works.md
docs/index.md
docs/meta_parameters.md
docs/quickstart.md
docs/search_space.md
docs/weber.ipynb
docs/img/darts_computation_graph.jpg
docs/javascripts/mathjax.js
mkdocs/base.yml
mkdocs/gen_ref_pages.py
src/autora/theorist/darts/__init__.py
src/autora/theorist/darts/architect.py
src/autora/theorist/darts/dataset.py
src/autora/theorist/darts/fan_out.py
src/autora/theorist/darts/model_search.py
src/autora/theorist/darts/operations.py
src/autora/theorist/darts/regressor.py
src/autora/theorist/darts/utils.py
src/autora/theorist/darts/visualize.py
src/autora_theorist_darts.egg-info/PKG-INFO
src/autora_theorist_darts.egg-info/SOURCES.txt
src/autora_theorist_darts.egg-info/dependency_links.txt
src/autora_theorist_darts.egg-info/requires.txt
src/autora_theorist_darts.egg-info/top_level.txt
tests/README.md
tests/test_sklearn_darts.py