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.4.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

epochalyst-0.3.4-py3-none-any.whl (3.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: epochalyst-0.3.4.tar.gz
  • Upload date:
  • Size: 4.4 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.4.tar.gz
Algorithm Hash digest
SHA256 61fad1ac2328d90ae11220a4b919df66636a30663ec166e4dab13e271f137325
MD5 efa2af0ac15b9051c064d90aab880300
BLAKE2b-256 e6f84e931e985d06091a51cbb0594823f614ff7c3023a805f724448a6fbfd7a7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: epochalyst-0.3.4-py3-none-any.whl
  • Upload date:
  • Size: 3.4 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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 1cf3c298aab12cdbf00cc3fb74190ad30f3335632e91ec52f71500846ad21235
MD5 70ac9c891933a33e762c644114e5f5c4
BLAKE2b-256 43c7fc959ec9e66f7b8ffec879306bfa159e534cbdc1ab5a777a961397e5e109

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