.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/publish-to-pypi.yml
.github/workflows/tests.yml
cerebral/GFA.py
cerebral/__init__.py
cerebral/_version.py
cerebral/features.py
cerebral/kfolds.py
cerebral/layers.py
cerebral/loss.py
cerebral/metrics.py
cerebral/models.py
cerebral/novelty.py
cerebral/permutation.py
cerebral/plots.py
cerebral/py.typed
cerebral/tuning.py
cerebral.egg-info/PKG-INFO
cerebral.egg-info/SOURCES.txt
cerebral.egg-info/dependency_links.txt
cerebral.egg-info/requires.txt
cerebral.egg-info/top_level.txt
docs/Makefile
docs/requirements.txt
docs/source/api.rst
docs/source/conf.py
docs/source/index.rst
docs/source/_templates/layout.html
examples/Dmax.py
examples/data.csv
tests/CuZr_prices.csv
tests/test_CuZr_prices.py