Skip to content

File structure

Jasper van Selm edited this page Aug 11, 2024 · 2 revisions

├── epochalyst
│ ├── caching
│ ├── logging
│ ├── training
│ ├── transformation
│ ├── ensemble.py
│ ├── model.py
│ ├── init.py
├── tests
│ ├── css
├── .gitignore
├── .pre-commit-config.yaml
├── .python-version
├── CITATION.cff
├── LICENSE
├── README.md
├── mypy.ini
├── pyproject.toml
├── requirements-dev.lock
├── requirements.lock
├── ruff.toml

Clone this wiki locally