ai4ts
AI for Time Series
What it is and what it does
AI4TS is a Python framework for building artificial intelligence models that analyze time-series data. It is designed to handle real-world time-series challenges like missing values, irregular sampling intervals, and incomplete observations—situations common in healthcare, sensor networks, and financial data. The framework supports multiple analysis tasks: imputation and interpolation to fill gaps, classification to categorize sequences, clustering to group similar patterns, and forecasting to predict future values.
The package is positioned as an application framework for researchers and developers working with time-series machine learning. It has no external runtime dependencies, making installation straightforward. It targets Python 3.8 and later and is classified as Production/Stable, indicating it has reached a mature state suitable for production use. The framework appears to integrate neural network approaches with time-series-specific handling.
Use it for:
- Fill missing values in sensor or IoT data streams before feeding them into downstream analytics pipelines
- Classify medical time-series records (e.g., ECG, EEG) despite gaps or irregular sampling in the raw signal
- Forecast future values in financial or weather time-series with incomplete historical observations
- Cluster similar time-series patterns in large datasets to identify behavioral groups or anomalies
- Preprocess irregularly sampled time-series data for use in standard machine learning models
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
AI4TS provides a framework for building machine learning models that work with time-series data, including incomplete, irregularly sampled, and partially observed sequences through imputation, interpolation, classification, clustering, and forecasting.
Yes. AI4TS is actively maintained, carries no security vulnerabilities, and is licensed permissively under Apache 2.0. It has low install friction and supports current Python versions. Install it if you work with incomplete or irregularly sampled time-series data and need a framework to handle imputation, classification, clustering, or forecasting. The lack of runtime dependencies is a practical advantage. Verify the API documentation and examples match your specific use case before committing to it in production.
Install
ai4ts on PyPI
pip
pip install ai4tsuv
uv add ai4tspoetry
poetry add ai4tsInstalling ai4ts
Before you install
Low install friction with no runtime dependencies. The package is marked as Production/Stable and has been actively maintained with a recent commit on 2026-03-14. Supports Python 3.8 through 3.11.
License in practice
Licensed under Apache License Version 2.0, a permissive license allowing commercial and derivative use with minimal restrictions. You must include a copy of the license and note any modifications to the source code.
Quickstart
pip install ai4ts
import ai4ts
# Framework ready for time-series model building
Verify before relying
- What specific neural network architectures or algorithms are included in the framework
- Whether the package includes pre-trained models or requires training from scratch
- API documentation and examples beyond the homepage
- Performance characteristics on large-scale or real-time time-series data
Package facts
| License | Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for… (full text in the JSON record) (permissive) |
| Python support | supports the current Python release (>=3.8) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | none |
| Maintenance | actively maintained — 699 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 117,433/month — #12,162 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: ai4ts-0.0.3-py3-none-any.whl
Keywords: data science, data mining, neural networks, machine learning, deep learning, artificial intelligence, time-series analysis, time series, imputation, interpolation, classification, clustering, forecasting, partially observed, irregular sampled, partially-observed time series, incomplete time series
Tags
More Artificial Intelligence packages
LiteLLM provides a unified Python interface to…
permissive · top 100 on PyPI
huggingface-hubClient library and CLI tool for downloading,…
permissive · top 100 on PyPI
langchainLangChain provides a framework for building…
permissive · top 1,000 on PyPI
hf-xethf-xet provides chunk-based deduplication and…
permissive · top 1,000 on PyPI
tokenizersTokenizers converts raw text into token…
permissive · top 1,000 on PyPI
transformersTransformers provides a unified framework for…
permissive · top 1,000 on PyPI
pypotsPyPOTS provides machine learning algorithms for…
permissive · top 15,000 on PyPI
time-aware-imputerFills missing values in time-series data while…
permissive · top 15,000 on PyPI
tsfreshAutomatically extracts hundreds of time-series…
permissive · top 15,000 on PyPI
benchpotsBenchPOTS provides standardized preprocessing…
permissive · top 15,000 on PyPI
pygrinderPyGrinder introduces missing values into…
permissive · top 15,000 on PyPI
tsdbTSDB downloads and loads 173 open-source…
permissive · top 15,000 on PyPI
tslearntslearn provides machine learning algorithms…
permissive · top 15,000 on PyPI
sktimesktime provides a unified interface for time…
permissive · top 5,000 on PyPI
neuralforecastNeuralForecast provides a collection of neural…
permissive · top 15,000 on PyPI
nfoursidImplements the N4SID algorithm for subspace…
permissive · top 15,000 on PyPI