Skip to main content

Scalable time series features computation

Project description

FastTSFeatures

Scale the computation of static or temporal time-series.

Install

pip install fasttsfeatures

How to use

For the moment you need to upload your dataset to s3. The response will be written in s3 as well.

from fasttsfeatures.core import TSFeatures
tsfeatures = TSFeatures()
resp = tsfeatures.calculate_features_from_url(url=f's3://tsfeatures-api-public/train.csv', freq=7, kind='static')

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

fasttsfeatures-0.0.1.tar.gz (9.7 kB view hashes)

Uploaded Source

Built Distribution

fasttsfeatures-0.0.1-py3-none-any.whl (7.3 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