--- id: ai4ts version: "0.0.3" 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) license_treatment: permissive maintenance: active --- # ai4ts — AI for Time Series License: permissive · Maintenance: active · Downloads: 117.4K/mo ## 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 above — 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 pip install ai4ts uv add ai4ts 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_current - Install friction: low - Maintenance: active - Downloads: 117.4K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags time series machine learning, time series imputation, incomplete time series analysis, time series forecasting framework, irregular time series handling, time series classification clustering, neural networks for time series, partially observed time series, time-series, neural-networks, data-imputation [View on SkillFed](https://skillfed.io/packages/ai4ts) · [View on PyPI](https://pypi.org/project/ai4ts/)