Skip to main content

Ready-to-use time series models implemented in PyTorch and Lightning.

Project description

chronocratic-models

License: BSD-3-Clause PyPI version Python versions Build Status Documentation Status Code style: ruff GitHub stars

Self-supervised time-series representation learning models built with PyTorch and Lightning.

Note: The PyPI package name uses a hyphen (chronocratic-models), but the import uses the chronocratic.models namespace.

Installation

pip install chronocratic-models

Quick Start

import torch
from chronocratic.models import TS2Vec, TS2VecModelParameters

# Create model with default parameters
model = TS2Vec(TS2VecModelParameters(input_dim=1))
model.eval()

# Encode a synthetic time series (batch, channels, seq_len)
synthetic_data = torch.randn(1, 1, 100)

# Get multi-scale representations
with torch.no_grad():
    representations = model.encode(synthetic_data)
    print(representations.shape)  # (1, channels, hidden_dim)

Models

Convolutional (Dilated)

Model Description
TS2Vec Multi-scale hierarchical representation learning via dilated convolutions with hierarchical clustering. Code source: zhihanyue/ts2vec
CoST Decomposition-based contrastive self-supervised learning with trend-seasonal decomposition and contrastive objectives. Code source: salesforce/CoST
AutoTCL Automatic temporal contrastive learning with a trainable augmentation module for self-supervised time-series encoding. Code source: AslanDing/AutoTCL

Convolutional (Standard)

Model Description
Series2Vec Self-supervised pretraining via contrastive learning on augmented time-series segments.
TSTCC Temporal and contextual contrastive pretraining for time-series representation learning.
FCN Fully convolutional encoder designed for Mixup Contrastive Learning (MCL) objectives.

Transformer

Model Description
TST Time Series Transformer with masked-reconstruction-based self-supervised pretraining.

Recurrent

Model Description
TimeNet Recurrent encoder-decoder architecture for time-series representation learning.

Generative

Model Description
TimeVAE Variational autoencoder for time-series data with latent representation encoding and generation.

Features

  • Polymorphic augmentation producer contract — models accept any augmentation through a unified interface, eliminating enum-based branching.
  • Lightning integration — all models are built on PyTorch Lightning for clean training loops and extensibility.
  • Self-supervised representation learning — pre-trained encoders ready for downstream tasks without labeled data.
  • Pre-configured model parameters — each model ships with tested default configuration dataclasses.
  • NumPy and PyTorch tensor support — flexible input handling for both frameworks.

Documentation

For full API reference, guides, and examples, visit chronocratic-models.readthedocs.io.

License

This project is licensed under the BSD 3-Clause License — see the LICENSE file for details.

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

chronocratic_models-0.1.0a1.tar.gz (277.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

chronocratic_models-0.1.0a1-py3-none-any.whl (116.4 kB view details)

Uploaded Python 3

File details

Details for the file chronocratic_models-0.1.0a1.tar.gz.

File metadata

  • Download URL: chronocratic_models-0.1.0a1.tar.gz
  • Upload date:
  • Size: 277.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for chronocratic_models-0.1.0a1.tar.gz
Algorithm Hash digest
SHA256 de83ec154d162f9e83f31f2c363c0f502f636b765be9a0e5294a5c9ea5c1e9b3
MD5 de693fe9d624c33e45230971493b7c8c
BLAKE2b-256 baea1bac350ad2fb746c86e6495c5ea54b65f12938aa836bf0250cdb93fc0dc7

See more details on using hashes here.

Provenance

The following attestation bundles were made for chronocratic_models-0.1.0a1.tar.gz:

Publisher: pypi-publish.yml on chronocratic/chronocratic-models

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file chronocratic_models-0.1.0a1-py3-none-any.whl.

File metadata

File hashes

Hashes for chronocratic_models-0.1.0a1-py3-none-any.whl
Algorithm Hash digest
SHA256 64ef5ddab1258cfb306e27093126a825702a13f184a202a31dc5cf91639737fd
MD5 7adebefa29cee81af64b358eac44db99
BLAKE2b-256 5822a6c6a4665848a8081686738e4cf9236354c24e78f50325aa711b2cf7e0a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for chronocratic_models-0.1.0a1-py3-none-any.whl:

Publisher: pypi-publish.yml on chronocratic/chronocratic-models

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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