Skip to main content

Time Series Transformer

Project description

Transformers for Time Series

Based on timeseriestransformer

Installation

.\scripts\init-env.ps1

Usage

from flights_time_series_dataset import FlightsDataset
from time_series_predictor import TimeSeriesPredictor
from time_series_transformer import Transformer

tsp = TimeSeriesPredictor(
    Transformer(),
    max_epochs=50,
    train_split=None,
)

tsp.fit(FlightsDataset())

Test

To test the package simply run the following command from project's root folder.

pytest -s

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

time_series_transformer-0.4.1.tar.gz (7.2 kB view hashes)

Uploaded Source

Built Distribution

time_series_transformer-0.4.1-py3-none-any.whl (23.1 kB view hashes)

Uploaded Python 3

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