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

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to angus924/rocket

Open-source alternatives to Rocket

30 open-source projects similar to angus924/rocket, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Rocket alternative.

  • 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
  • johannfaouzi/pytsjohannfaouzi avatar

    johannfaouzi/pyts

    1,872View on GitHub↗

    A Python package for time series classification

    Pythonclassificationmachine-learningpython
    View on GitHub↗1,872
  • alkaline-ml/pmdarimaalkaline-ml avatar

    alkaline-ml/pmdarima

    1,726View on GitHub↗

    A statistical library designed to fill the void in Python's time series analysis capabilities, including the equivalent of R's auto.arima function.

    Pythonarimaeconometricsforecasting
    View on GitHub↗1,726
  • awslabs/gluontsawslabs avatar

    awslabs/gluonts

    5,199View on GitHub↗

    GluonTS is a probabilistic time series library and deep learning forecasting framework. It provides a toolkit for building, training, and evaluating neural network architectures that predict future values as probability distributions to quantify uncertainty. The project distinguishes itself by supporting zero-shot forecasting and integrating diverse modeling approaches, including deep probabilistic neural networks and wrappers for external statistical libraries such as Prophet and R forecast. It implements specialized architectural primitives like causal convolutions and invertible residual n

    Pythonartificial-intelligenceawsdata-science
    View on GitHub↗5,199

AI search

Explore more awesome repositories

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

Find more with AI search
  • sktime/pytorch-forecastingsktime avatar

    sktime/pytorch-forecasting

    4,787View on GitHub↗

    PyTorch Forecasting is a deep learning framework designed for building and training neural network architectures specifically for time series forecasting. It serves as a comprehensive toolkit for implementing autoregressive models, multi-horizon forecasting, and probabilistic prediction intervals using PyTorch tensors. The library distinguishes itself through a probabilistic forecasting toolkit that generates prediction intervals and quantile forecasts using both parametric and non-parametric distributions. It further provides a neural network model optimizer for automated hyperparameter tuni

    Pythonaiartificial-intelligencedata-science
    View on GitHub↗4,787
  • alan-turing-institute/sktimealan-turing-institute avatar

    alan-turing-institute/sktime

    9,810View on GitHub↗

    sktime is a machine learning framework designed for time series analysis. It provides a unified interface for performing time series forecasting, classification, and anomaly detection, integrating these capabilities into a standardized toolkit compatible with the scikit-learn API. The framework allows for the construction of complex analysis workflows through model pipelining and ensemble-based aggregation. It uses adapter-based integration to wrap external time series libraries, providing a single entry point for diverse algorithmic implementations. Its capabilities cover temporal data tran

    Python
    View on GitHub↗9,810
  • nixtla/neuralforecastNixtla avatar

    Nixtla/neuralforecast

    4,160View on GitHub↗

    Neuralforecast is a neural time series forecasting library designed to predict future values for one or multiple series using deep learning architectures. It functions as a distributed machine learning forecasting framework that enables the training of global models across multiple time series to improve generalization through cross-learning. The project distinguishes itself as a probabilistic forecasting toolkit that produces uncertainty intervals and probability distributions rather than single point estimates. It also includes a hierarchical forecast reconciler to ensure that predictions a

    Python
    View on GitHub↗4,160
  • sktime/sktimesktime avatar

    sktime/sktime

    9,809View on GitHub↗

    sktime is a machine learning framework for time series analysis. It provides a unified toolkit for implementing time series classification, forecasting, and anomaly detection using standardized machine learning interfaces. The library serves as a collection of tools for assigning categorical labels to temporal sequences, predicting future values based on historical patterns, and identifying outliers or unusual patterns within temporal data. The framework includes capabilities for panel-data handling and pipeline-based transformations. It utilizes a unified API wrapper and plugin-based model

    Pythonaianomaly-detectionchangepoint-detection
    View on GitHub↗9,809
  • blue-yonder/tsfreshblue-yonder avatar

    blue-yonder/tsfresh

    9,249View on GitHub↗

    tsfresh is an automated feature engineering tool and library designed to extract statistical characteristics from raw time series data. It transforms sequential data into tabular datasets, converting time series into a flat format where each row represents a unique entity and columns represent extracted features. The project distinguishes itself through a parallel data processing framework that distributes heavy computational workloads across multiple CPU cores. It also implements hypothesis-based feature selection to identify the most predictive characteristics and filter out irrelevant ones

    Jupyter Notebookdata-sciencefeature-extractiontime-series
    View on GitHub↗9,249
  • facebook/prophetfacebook avatar

    facebook/prophet

    20,230View on GitHub↗

    Prophet is a time series forecasting library and decomposition tool that uses an additive regression model to predict future values. It functions as an uncertainty estimation tool, calculating confidence intervals and error metrics to quantify the risk associated with future predictions. The project is distinguished by its ability to incorporate human-interpretable parameters for model tuning and its use of Bayesian inference for parameter estimation. It supports the integration of external regressors and special event modeling to account for the impact of holidays and specific dates on forec

    Pythonforecastingpythonr
    View on GitHub↗20,230
  • fraunhoferportugal/tsfelfraunhoferportugal avatar

    fraunhoferportugal/tsfel

    1,095View on GitHub↗

    An intuitive library to extract features from time series.

    Pythonclassificationcolab-notebookdata-science
    View on GitHub↗1,095
  • 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
  • spro/practical-pytorchspro avatar

    spro/practical-pytorch

    4,546View on GitHub↗

    Practical PyTorch is a collection of deep learning tutorials and guides focused on implementing recurrent neural networks. The project provides practical code for building sequence models and sequence-to-sequence architectures using the PyTorch framework. The repository covers the implementation of models for neural machine translation, character-level text generation, and text classification. It includes examples for transforming input sequences into output sequences for machine translation and synthesizing new text. The project also extends to sequence data prediction and time series analy

    Jupyter Notebook
    View on GitHub↗4,546
  • business-science/tibbletimebusiness-science avatar

    business-science/tibbletime

    177View on GitHub↗

    Time-aware tibbles

    R
    View on GitHub↗177
  • firmai/atspyF

    firmai/atspy

    0View on GitHub↗
    View on GitHub↗0
  • amazon-science/chronos-forecastingamazon-science avatar

    amazon-science/chronos-forecasting

    4,827View on GitHub↗

    Chronos-forecasting is a zero-shot time series forecasting framework based on a pretrained large language model. It enables the prediction of future values across diverse datasets without requiring task-specific training or optimization. The system functions as a probabilistic forecasting tool, producing multiple future trajectories and quantile forecasts to quantify uncertainty and potential prediction errors. It incorporates exogenous covariate integration to merge external variables and historical context into the input stream for increased precision. The project includes utilities for sy

    Pythonartificial-intelligenceforecastingfoundation-models
    View on GitHub↗4,827
  • facontidavide/plotjugglerfacontidavide avatar

    facontidavide/PlotJuggler

    5,957View on GitHub↗

    PlotJuggler is an interactive time series visualization tool that loads, streams, and renders large datasets using hardware-accelerated OpenGL graphics. It functions as a multi-format data loader, supporting file formats such as CSV, ULog, and ROS bags, and also serves as a live data stream viewer that subscribes to real-time sources via MQTT, WebSockets, ZeroMQ, and UDP. The tool distinguishes itself through a plugin-based extensibility platform that allows users to add custom data sources, file formats, and processing capabilities. It includes a Lua scripting engine for creating custom data

    C++
    View on GitHub↗5,957
  • facebookresearch/katsfacebookresearch avatar

    facebookresearch/Kats

    6,311View on GitHub↗

    Kats is a time series analysis framework and library providing tools for statistical characterization, anomaly detection, and trend forecasting. It functions as a toolkit for predicting future values based on historical data and identifying irregular patterns or structural change points within temporal sequences. The project includes a temporal feature extraction tool to calculate descriptive statistics and characteristics that summarize time series behavior. It also provides a system for model hyperparameter tuning using self-supervised learning to improve the scale and generalization of pre

    Python
    View on GitHub↗6,311
  • bashtage/archbashtage avatar

    bashtage/arch

    1,484View on GitHub↗
    Pythonadfarchbootstrap
    View on GitHub↗1,484
  • albertoalmuinha/garchmodelsAlbertoAlmuinha avatar

    AlbertoAlmuinha/garchmodels

    35View on GitHub↗

    The Tidymodels Extension for GARCH models

    Rarfimaarimagarch
    View on GitHub↗35
  • emadeldeen24/ts-tccE

    emadeldeen24/TS-TCC

    0View on GitHub↗
    View on GitHub↗0
  • edgararuiz/tidypredictedgararuiz avatar

    edgararuiz/tidypredict

    3View on GitHub↗

    Run predictions inside the database

    R
    View on GitHub↗3
  • awslabs/gluon-tsawslabs avatar

    awslabs/gluon-ts

    5,200View on GitHub↗

    GluonTS is a framework for probabilistic time series forecasting, designed to predict future values as probability distributions with confidence intervals. It supports both traditional model training and zero-shot forecasting, where pretrained models generate predictions for new series without additional training. The project distinguishes itself by integrating a wide variety of forecasting approaches into a unified workflow. This includes deep learning architectures such as recurrent neural networks and causal convolutions, as well as the integration of external statistical models, the Proph

    Python
    View on GitHub↗5,200
  • dmbee/seglearnD

    dmbee/seglearn

    0View on GitHub↗
    View on GitHub↗0
  • collinrooney12/htsprophetC

    CollinRooney12/htsprophet

    0View on GitHub↗
    View on GitHub↗0
  • femtotrader/timeframes.jlfemtotrader avatar

    femtotrader/TimeFrames.jl

    4View on GitHub↗

    A Julia library that defines TimeFrame (essentially for resampling TimeSeries)

    Juliadownsamplingjulia-libraryresampling
    View on GitHub↗4
  • arundo/adtkarundo avatar

    arundo/adtk

    1,211View on GitHub↗

    A Python toolkit for rule-based/unsupervised anomaly detection in time series

    Pythonanomaly-detectiontime-series
    View on GitHub↗1,211
  • alexiosg/rugarchalexiosg avatar

    alexiosg/rugarch

    31View on GitHub↗

    Univariate GARCH models in R

    R
    View on GitHub↗31
  • functime-org/functimefunctime-org avatar

    functime-org/functime

    1,180View on GitHub↗

    Time-series machine learning at scale. Built with Polars for embarrassingly parallel feature extraction and forecasts on panel data.

    Pythonfeature-engineeringforecastingmachine-learning
    View on GitHub↗1,180
  • cesabici-bit/omni-oraclecesabici-bit avatar

    cesabici-bit/omni-oracle

    6View on GitHub↗

    Automatic discovery of non-trivial statistical truths from 500+ public time series — mutual information, Granger causality, FDR correction

    Pythonautomated-discoverycausal-inferencedata-analysis
    View on GitHub↗6