awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Nixtla avatar

Nixtla/nixtla

0
View on GitHub↗
3,932 stars·327 forks·Jupyter Notebook·31 viewswww.nixtla.io/docs↗

Nixtla

Nixtla is a time series analysis platform centered on a transformer-based foundation model. It provides zero-shot inference for forecasting and anomaly detection, allowing the system to predict future values for new time series without requiring model retraining.

The project is designed for large-scale analysis, using distributed inference scaling and forecast parallelization to process millions of data series. It supports fine-tuning adaptation to adjust pretrained weights for domain-specific datasets and offers deployment options ranging from local execution and private containers to integration as stored procedures within Snowflake.

Capabilities include long-horizon and intermittent demand forecasting, what-if scenario analysis, and prediction uncertainty quantification. The system also provides a full data engineering pipeline for auditing, cleaning, and enriching time series data with exogenous variables and date-based indicators.

Model reliability is managed through cross-validation backtesting, forecast accuracy validation, and experiment tracking for hyperparameter logging.

Features

  • Time Series Forecasting - Provides a transformer-based foundation model for predicting future numerical data points across diverse time series.
  • Transformer Models - Utilizes a generative pretrained transformer trained on massive datasets for zero-shot forecasting and anomaly detection.
  • Distributed Inference Scaling - Distributes forecasting workloads across compute clusters to process millions of time series and bypass memory limits.
  • Time Series Anomaly Detection - Implements anomaly detection for temporal data using confidence intervals based on model predictions.
  • Exogenous Variable Detection - Provides anomaly detection that incorporates external features and exogenous variables to increase detection precision.
  • Multi-Series Processing - Analyzes and generates predictions for many related data sequences simultaneously to improve overall forecast accuracy.
  • Exogenous Variable Integration - Injects external feature columns and date-based signals into the model to account for external drivers.
  • Zero-Shot Temporal Models - Predicts future values for new time series without requiring retraining by leveraging a pretrained foundation model.
  • Foundational Model Adaptation - Adapts pretrained foundation model weights using domain-specific datasets to improve accuracy for niche industry data.
  • Distributed Time Series Computation - Scales time series analysis and forecasting across computing clusters to process millions of individual data series.
  • Local Model Execution - Executes time series forecasting and anomaly detection on local hardware to ensure data security.
  • Forecast Accuracy Validation - Assesses forecast reliability using historical cross-validation and backtesting techniques before model deployment.
  • Model Serving & Deployment - Implements a standardized format to wrap foundation models for consistent deployment and inference across multiple endpoints.
  • Pretrained Model Deployment - Provides specialized processes for loading and running pretrained foundation models in secure enterprise environments.
  • Private AI Deployments - Packages models within isolated containers to ensure data remains on private infrastructure during execution.
  • Long-Horizon Forecasting - Employs specialized architectures optimized for multi-step predictions to maintain accuracy over extended future horizons.
  • Uncertainty Interval Measurements - Quantifies prediction uncertainty by producing reliable probabilistic intervals for forecasted values.
  • Intermittent Demand Forecasting - Provides specialized forecasting for time series with irregular or sparse purchase patterns common in demand planning.
  • Weight Adaptation - Adjusts pretrained weights using domain-specific datasets and custom loss functions to improve accuracy.
  • Big Data Processing - Integrates with large-scale data frameworks to process massive time series datasets using distributed computing.
  • Time-Series Visualizers - Plots historical time series data and forecast results with prediction intervals to interpret trends visually.
  • Snowflake Integrations - Embeds forecasting and anomaly detection logic directly into Snowflake as native stored procedures for in-database analysis.
  • Stored Procedures - Embeds forecasting and detection logic directly into cloud data warehouses as native stored procedures.
  • What-If Scenario Analysis - Simulates future demand by testing hypothetical scenarios to evaluate the impact of strategic business decisions.
  • Forecasting Backtesting - Evaluates model reliability using sliding prediction windows to measure generalization error on historical data.
  • Time Series Analysis - Foundation models for time series forecasting and anomaly detection.

Star history

Star history chart for nixtla/nixtlaStar history chart for nixtla/nixtla

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Nixtla

These projects share indexed features with Nixtla. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • unit8co/dartsunit8co avatar

    unit8co/darts

    9,215View on GitHub↗

    Darts is a Python time series library designed for forecasting, anomaly detection, and the preprocessing of univariate and multivariate temporal data. It serves as a comprehensive framework for training and evaluating a wide range of statistical, machine learning, and deep learning models to predict future numerical values. The toolkit is distinguished by its support for global time series modeling, allowing a single model to be trained across multiple different series to leverage shared patterns. It also features a hierarchical time series manager to ensure consistency between aggregate and

    Pythonanomaly-detectiondata-sciencedeep-learning
    View on GitHub↗9,215
  • nixtla/statsforecastNixtla avatar

    Nixtla/statsforecast

    4,809View on GitHub↗

    statsforecast is a high-performance statistical time series forecasting library designed to generate point forecasts and prediction intervals. It functions as a distributed time series framework that utilizes a C-based forecasting engine and an automated model selector to identify and fit the optimal statistical model for every unique series in a dataset. The system also includes a time series anomaly detector to identify unusual data points by comparing observed values against probabilistic forecast intervals. The project is distinguished by its ability to handle massive-scale parallel forec

    Python
    View on GitHub↗4,809
  • autogluon/autogluonautogluon avatar

    autogluon/autogluon

    9,997View on GitHub↗

    AutoGluon is an automated machine learning framework and multimodal library designed to automate the end-to-end pipeline from data preprocessing to high-accuracy model training and validation. It functions as an automated model trainer for tabular, image, text, and time series data, as well as a tool for time series forecasting and foundation model finetuning. The project is distinguished by its ability to jointly process and fuse different data types, allowing for the construction of multimodal neural networks that integrate images, text, and structured tables. It supports zero-shot inferenc

    Pythonautogluonautomated-machine-learningautoml
    View on GitHub↗9,997
  • thuml/time-series-librarythuml avatar

    thuml/Time-Series-Library

    12,494View on GitHub↗

    This PyTorch-based deep learning library provides a framework for analyzing and forecasting temporal data. It implements specialized architectures for time series forecasting, anomaly detection, data imputation, and classification. The project distinguishes itself through the inclusion of zero-shot inference capabilities, allowing large-scale temporal models to be evaluated on unseen datasets without requiring task-specific fine-tuning. The framework covers a broad range of analytical capabilities, including the recovery of missing values in incomplete datasets, the identification of irregul

    Python
    View on GitHub↗12,494
Compare all 30 related projects→

Frequently asked questions

What does nixtla/nixtla do?

Nixtla is a time series analysis platform centered on a transformer-based foundation model. It provides zero-shot inference for forecasting and anomaly detection, allowing the system to predict future values for new time series without requiring model retraining.

What are the main features of nixtla/nixtla?

The main features of nixtla/nixtla are: Time Series Forecasting, Transformer Models, Distributed Inference Scaling, Time Series Anomaly Detection, Exogenous Variable Detection, Multi-Series Processing, Exogenous Variable Integration, Zero-Shot Temporal Models.

Which projects share features with nixtla/nixtla?

Projects with overlapping indexed features include: nixtla/statsforecast — statsforecast is a high-performance statistical time series forecasting library designed to generate point forecasts… unit8co/darts — Darts is a Python time series library designed for forecasting, anomaly detection, and the preprocessing of univariate… autogluon/autogluon — AutoGluon is an automated machine learning framework and multimodal library designed to automate the end-to-end… thuml/time-series-library — This PyTorch-based deep learning library provides a framework for analyzing and forecasting temporal data. It… nixtla/neuralforecast — Neuralforecast is a neural time series forecasting library designed to predict future values for one or multiple… awslabs/gluonts — GluonTS is a probabilistic time series library and deep learning forecasting framework. It provides a toolkit for…