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.
Epochalyst: A fusion of "Epoch" and "Catalyst," this name positions your pipeline as a catalyst in the field of machine learning, sparking significant advancements and transformations.
Installation
Install epochalyst
via pip:
pip install epochalyst
Or using Poetry:
poetry add epochalyst
Pytest coverage report
To generate pytest coverage report run
python -m pytest --cov=epochalyst --cov-branch --cov-report=html:coverage_re
Imports
Caching
For caching some imports are only required, these have to be manually installed when needed
- dask >= 2023.12.0 & dask-expr
- pandas >= 1.3.0
- polars
- pyarrow >= 6.0.0 (Read parquet files)
- annotated-types >= 0.6.0
Model
There is support for using timm models. To be able to do so the user must manually install timm.
- timm >= 0.9.16
Augmentation
There is also implementations of augmentations that are not in commonly used packages. Most of these are for time series data but there are implmenetations for CutMix and MixUp for images that can be used in the pipeline. To be able to use these the user must manually install kornia.
- kornia >= 0.7.2
Documentation
Documentation is generated using Sphinx.
To make the documentation, run make html
with docs
as the working directory. The documentation can then be found in docs/_build/html/index.html
.
Here's a short command to make the documentation and open it in the browser:
cd ./docs/;
./make.bat html; start chrome file://$PWD/_build/html/index.html
cd ../
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-0.3.7.tar.gz
.
File metadata
- Download URL: epochalyst-0.3.7.tar.gz
- Upload date:
- Size: 5.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5731d9ae8248def605ef7acd1910aa964cf3e33e1924fcf732cefd7ac78b0c31 |
|
MD5 | 0466babb8e9788db2b97e62597cc69e1 |
|
BLAKE2b-256 | b6a1e02ea689456acda410f091bf4b9cf11fa59fcea9cc9a9ff50df70596e28a |
File details
Details for the file epochalyst-0.3.7-py3-none-any.whl
.
File metadata
- Download URL: epochalyst-0.3.7-py3-none-any.whl
- Upload date:
- Size: 32.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e1b72ab99e6046ee3d5f60e9bed09ddff2362807f8fa85f529c09e727d8f1a5 |
|
MD5 | 94c382c33e18c110ad401b812db96ed1 |
|
BLAKE2b-256 | 18f34c4e645c4b4767e3e8da8b80a8bbdf38ca8f9416325bf268d2d30450cd46 |