skillfed

ai4ts

AI for Time Series

ai4ts v0.0.3 117.4K downloads/30d#12,162 on PyPI13
Permissive 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) Active released

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 ai4ts

uv

uv add ai4ts

poetry

poetry add ai4ts

Installing 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

Development Status :: 5 - Production/StableIntended Audience :: DevelopersIntended Audience :: EducationIntended Audience :: Healthcare IndustryIntended Audience :: Science/ResearchLicense :: OSI Approved :: Apache Software LicenseOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9Topic :: Scientific/Engineering :: Artificial IntelligenceTopic :: Software Development :: Libraries :: Application Frameworks

Tags

time series machine learningtime series imputationincomplete time series analysistime series forecasting frameworkirregular time series handlingtime series classification clusteringneural networks for time seriespartially observed time series
time-seriesneural-networksdata-imputation

More Artificial Intelligence packages

Further reading