Skip to main content

This package contains the code for team Epoch's pipeline

Project description

image image

PyPI Latest Release PyPI Downloads

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

epochalyst-0.3.6.tar.gz (25.0 kB view details)

Uploaded Source

Built Distribution

epochalyst-0.3.6-py3-none-any.whl (32.3 kB view details)

Uploaded Python 3

File details

Details for the file epochalyst-0.3.6.tar.gz.

File metadata

  • Download URL: epochalyst-0.3.6.tar.gz
  • Upload date:
  • Size: 25.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.4

File hashes

Hashes for epochalyst-0.3.6.tar.gz
Algorithm Hash digest
SHA256 ae095d1cf8186106b2aca4f3f6d2a79e5a6bf3192d81a0d453018bdd928b9da2
MD5 58e7261fd796a6ad60337070ab13dc48
BLAKE2b-256 7f8150d6b8cbd4c43664a9c25e32050d5650ae79a242cf50c4bf81f5360d70e7

See more details on using hashes here.

File details

Details for the file epochalyst-0.3.6-py3-none-any.whl.

File metadata

  • Download URL: epochalyst-0.3.6-py3-none-any.whl
  • Upload date:
  • Size: 32.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.4

File hashes

Hashes for epochalyst-0.3.6-py3-none-any.whl
Algorithm Hash digest
SHA256 53e58978caa42f9aea5f056b7d8d9ab2ad67a61ffd205313a3ea183994ff22ba
MD5 1ecf02070001bab60a713f8ec2f512ba
BLAKE2b-256 a17c36cfb6c939d2c05e8ad5c6c7b492ad1cce7d154e5639c9e887c9b0c370af

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page