timeseriesai/tsai

Time series Timeseries Deep Learning Machine Learning Python Pytorch fastai | State-of-the-art Deep Learning library for Time Series and Sequences in...

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 18 minutes ago
Added to GitGenius on September 11th, 2026
Created on September 30th, 2019
Open Issues & Pull Requests: 31 (+0)
GitHub issues: Enabled
Number of forks: 721
Total Stargazers: 6,117 (+0)
Total Subscribers: 62 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 32.6 days
Mean response time: 351.1 days
90th percentile: 954.4 days
Tracked items: 118

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Work labelled "bug" is answered fastest, typically in about 2 days, while "possible bug" waits about 31 months. Only 2% of issues opened in the past year have been closed. Three people close 95% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 19
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 863 days
Stale 30+ days: 19
Stale 90+ days: 17

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • stale (64)
  • question (38)
  • bug (23)
  • enhancement (20)
  • answered? (18)
  • ideas (14)
  • not an issue (12)
  • possible bug (12)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

tsai is a deep learning library for time series and sequence modeling built on PyTorch and fastai.

The library addresses the challenge of applying deep learning to time series data by providing pre-built architectures and utilities that handle the unique requirements of sequential data. It implements state-of-the-art models including InceptionTime, ROCKET, and transformer-based approaches, alongside classical architectures like CNNs and RNNs. The tool abstracts away much of the boilerplate needed to train these models on time series tasks, leveraging fastai's training loop and PyTorch's computational foundation.

Developers working on time series classification, forecasting, or regression problems should consider this library if they want to quickly experiment with modern deep learning approaches without building model implementations from scratch. The project suits practitioners who are comfortable with PyTorch and fastai conventions and want access to specialized architectures proven effective on sequential data. It is particularly valuable for those exploring multiple model types on the same dataset, as the unified interface reduces the friction of switching between different approaches.

The project shows active engagement with its user base through detailed documentation and examples. Development activity demonstrates responsiveness to issues and pull requests, indicating the maintainers are actively monitoring and improving the codebase. The library continues to receive updates that extend its capabilities and address reported problems.