Epochalyst is the base for Team Epoch competitions.
Project description
Epochalyst is the base for Team Epoch competitions.
This package contains many modules and classes necessary to construct the src code for machine learning competitions.
Installation
Install epochalyst
using Rye:
rye add epochalyst
Or via pip:
pip install epochalyst
Optional Dependencies
Depending on what data libraries you use, you can install the following optional dependencies:
rye add epochalyst[numpy,pandas,dask,polars] # Pick one or more of these
Depending on what type of competition you are participating in, you can install the following optional dependencies:
rye add epochalyst[image,audio] # Pick one or more of these
Aside from that, you can install the following optional dependencies:
rye add epochalyst[onnx,openvino] # Optimizing model inference
Pytest coverage report
To generate pytest coverage report run
rye run pytest --cov=epochalyst --cov-branch --cov-report=html:coverage_re
pre-commit
This repository uses pre-commit with Ruff and MyPy hooks for code quality checks and auto-formatting. To install the pre-commit hooks, run:
rye run pre-commit install
To run the pre-commit checks on all files, run:
rye run pre-commit run --all-files
Documentation
Documentation is generated using Sphinx and can be found here.
To make the documentation yourself, run make html
with docs
as the working directory.
The documentation can then be found in docs/_build/html/index.html
.
Maintainers
Epochalyst is maintained by Team Epoch, based in the Dream Hall of the Delft University of Technology.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file epochalyst-4.1.0.tar.gz
.
File metadata
- Download URL: epochalyst-4.1.0.tar.gz
- Upload date:
- Size: 8.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a781833750a559d956e9e61d878d0f3fb19da964fe9c4536a1b72aad3140270 |
|
MD5 | 37adb42fc4274bf220793966937930b4 |
|
BLAKE2b-256 | cbe264f6681f50c72d7009d773ca41946d8de5a3ae14a60dcd15f364343077ed |
File details
Details for the file epochalyst-4.1.0-py3-none-any.whl
.
File metadata
- Download URL: epochalyst-4.1.0-py3-none-any.whl
- Upload date:
- Size: 40.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 695c6216c22059538a8784b4df8ec274e37228020489c546c73fdee90cf3c9cf |
|
MD5 | d7ca50809ad568dd41c3e3514f8a595b |
|
BLAKE2b-256 | ab195cb18978d798a094fdd3760b3d84472b39b193cb17ebc81b3edea2be11ba |