Skip to main content

Practical Deep Learning for Time Series / Sequential Data library based on fastai v2/ Pytorch

Project description

tsai

Practical Deep Learning for Time Series / Sequential Data library based on fastai v2/ Pytorch.

tsaiis a deep learning library built on top of fastai v2 / Pytorch focused on state-of-the-art methods for time series classification and regression.

Install

You can install the latest stable version from pip:

pip install tsa

Or you can install the bleeding edge version of this library from github by doing:

pip install git+https://github.com/timeseriesAI/timeseriesAI.git@master

In the latter case, you may also want to use install the bleeding egde fastai & fastcore libraries, in which case you need to do this:

pip install git+https://github.com/fastai/fastcore.git@master

pip install git+https://github.com/fastai/fastai2.git@master

How to use

The only thing you need to do after you have installed the library is to add this to your notebook:

from tsai.all import *

To get familiarized with the library, I'd suggest you start with this notebook:

01_Intro_to_Time_Series_Classification

It provides an overview of a time series classification problem using fastai v2.

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

tsai-0.0.4.tar.gz (33.1 kB view hashes)

Uploaded Source

Built Distribution

tsai-0.0.4-py3-none-any.whl (36.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