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
Back to angus924/minirocket

Projects sharing features with Minirocket

30 open-source projects similar to angus924/minirocket, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • 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
  • ahmedmalaa/fourier-flowsA

    ahmedmalaa/Fourier-flows

    0View on GitHub↗

    Code for Generative Time-series Modeling with Fourier Flows.

    View on GitHub↗0
  • angus924/rocketA

    angus924/rocket

    0View on GitHub↗
    View on GitHub↗0
  • anhduy0911/coinceptionanhduy0911 avatar

    anhduy0911/CoInception

    8View on GitHub↗

    The requirements.txt file are attached for list of packages required. Python 3.9.16 torch==2.0.0 scikitlearn==0.24.2 pywavelets==1.4.1 pandas scipy statsmodels matplotlib Bottleneck

    Python
    View on GitHub↗8
  • 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
  • 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
  • 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
  • boschresearch/continuous-recurrent-unitsboschresearch avatar

    boschresearch/continuous-recurrent-units

    68View on GitHub↗
    View on GitHub↗68
  • boschresearch/expclrB

    boschresearch/expclr

    0View on GitHub↗

    Paper published at ICML22. Link to our paper: https://icml.cc/virtual/2022/spotlight/18038

    View on GitHub↗0
  • cvmi-lab/paconvCVMI-Lab avatar

    CVMI-Lab/PAConv

    305View on GitHub↗

    by Mutian Xu, Runyu Ding, Hengshuang Zhao, and Xiaojuan Qi.

    Python
    View on GitHub↗305
  • descriptinc/lyrebird-wav2clipdescriptinc avatar

    descriptinc/lyrebird-wav2clip

    359View on GitHub↗

    :construction: WIP :construction:

    Python
    View on GitHub↗359
  • donalee/dtw-pooldonalee avatar

    donalee/DTW-Pool

    37View on GitHub↗

    This is the author code of "Learnable Dynamic Temporal Pooling for Time Series Classification" (AAAI 2021). - We employ (and customize) the fast CUDA implementation of soft-dtw (based on pytorch), publicly available at https://github.com/Maghoumi/pytorch-softdtw-cuda. - For more details of…

    TypeScript
    View on GitHub↗37
  • durstewitzlab/mmplrnndurstewitzlab avatar

    durstewitzlab/mmplrnn

    6View on GitHub↗
    Python
    View on GitHub↗6
  • beckschen/transmixBeckschen avatar

    Beckschen/TransMix

    157View on GitHub↗

    This repository includes the official project for the paper: TransMix: Attend to Mix for Vision Transformers, CVPR 2022

    Python
    View on GitHub↗157
  • 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
  • facebookresearch/depthcontrastfacebookresearch avatar

    facebookresearch/DepthContrast

    274View on GitHub↗

    This code provides a PyTorch implementation and pretrained models for DepthContrast, as described in the paper Self-Supervised Pretraining of 3D Features on any Point-Cloud.

    Python
    View on GitHub↗274
  • 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
  • goel-shashank/cyclipgoel-shashank avatar

    goel-shashank/CyCLIP

    125View on GitHub↗

    This repository contains the official PyTorch implementation of the following paper:

    Python
    View on GitHub↗125
  • hht1996ok/va-gcnH

    hht1996ok/VA-GCN

    0View on GitHub↗
    View on GitHub↗0
  • higashiguchi-shingo/ktvglHigashiguchi-Shingo avatar

    Higashiguchi-Shingo/KTVGL

    5View on GitHub↗

    Kronecker Time-Varying Graphical Lasso (KTVGL) implementation.

    Python
    View on GitHub↗5
  • hila-chefer/transformer-mm-explainabilityhila-chefer avatar

    hila-chefer/Transformer-MM-Explainability

    908View on GitHub↗

    ICCV 2021- Oral Official PyTorch implementation for Generic Attention-model Explainability for Interpreting Bi-Modal and Encoder-Decoder Transformers, a novel method to visualize any Transformer-based network. Including examples for DETR, VQA.

    Jupyter Notebookclipdetrexplainability
    View on GitHub↗908
  • huckiyang/voice2series-reprogramminghuckiyang avatar

    huckiyang/Voice2Series-Reprogramming

    71View on GitHub↗

    Voice2Series: Reprogramming / Prompting Acoustic Models for Time Series Classification

    TypeScript
    View on GitHub↗71
  • hxyou/msclipHxyou avatar

    Hxyou/MSCLIP

    91View on GitHub↗

    This repo contains the source code of our ECCV 2022 paper MS-CLIP:

    Python
    View on GitHub↗91
  • itsnotacie/distilts-icassp2026I

    itsnotacie/DistilTS-ICASSP2026

    0View on GitHub↗

    This is the official implementation of our paper: “Distilling Time-Series Foundation Models for Efficient Forecasting”.

    View on GitHub↗0
  • jambo6/neuralrdesjambo6 avatar

    jambo6/neuralRDEs

    125View on GitHub↗

    Neural Rough Differential Equations for Long Time Series (ICML 2021) arXiv

    Jupyter Notebook
    View on GitHub↗125
  • johannfaouzi/pytsjohannfaouzi avatar

    johannfaouzi/pyts

    1,872View on GitHub↗

    A Python package for time series classification

    Pythonclassificationmachine-learningpython
    View on GitHub↗1,872
  • jsyoon0823/timeganjsyoon0823 avatar

    jsyoon0823/TimeGAN

    1,059View on GitHub↗

    Authors: Jinsung Yoon, Daniel Jarrett, Mihaela van der Schaar

    Jupyter Notebook
    View on GitHub↗1,059
  • kbrother/stemdistkbrother avatar

    kbrother/STemDist

    14View on GitHub↗

    Effective Dataset Distillation for Spatio-Temporal Forecasting with Bi-dimensional Compression (ICDE 26)

    Python
    View on GitHub↗14
  • kingspp/timeseries-explainkingspp avatar

    kingspp/timeseries-explain

    8View on GitHub↗

    Prathyush Parvatharaju, Ramesh Doddaiah, Tom Hartvigsen, Elke Rundensteiner

    TypeScript
    View on GitHub↗8
  • linkedin/greykitelinkedin avatar

    linkedin/greykite

    1,855View on GitHub↗

    A flexible, intuitive and fast forecasting library

    Python
    View on GitHub↗1,855