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 rafadd/condtsf

Projects sharing features with CondTSF

30 open-source projects similar to rafadd/condtsf, 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.

  • 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
  • lyhue1991/eat_tensorflow2_in_30_dayslyhue1991 avatar

    lyhue1991/eat_tensorflow2_in_30_days

    9,933View on GitHub↗

    This project is a structured learning curriculum and technical reference for mastering deep learning with TensorFlow. It provides a comprehensive guide for building, training, and deploying neural networks, combining theoretical fundamentals with practical implementation examples. The repository distinguishes itself by covering the end-to-end machine learning workflow, from low-level tensor mathematics and linear algebra to the creation of complex model architectures. It includes specific guidance on developing data pipelines for diverse data types, such as images, text, and time-series seque

    Pythontensorflowtensorflow-examplestensorflow-tutorial
    View on GitHub↗9,933
  • adityalab/camulA

    adityalab/camul

    0View on GitHub↗

    We require you to have anaconda or miniconda installed. Run the script ./scripts/setup.sh to setup the virtual environment with all the required packages.

    View on GitHub↗0
  • adityalab/foilAdityaLab avatar

    AdityaLab/FOIL

    46View on GitHub↗

    Dependencies can be installed using the following file: newtimelibenvironment.yml You can obtain the well pre-processed datasets from [Google Drive](https://drive.google.com/drive/folders/13Cg1KYOlzM5C7K8gK8NfC-F3EYxkM3D2?usp=sharing) or [[Baidu…

    Python
    View on GitHub↗46

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
adityalab/lstpromptAdityaLab avatar

AdityaLab/lstprompt

57View on GitHub↗

Implementation of the paper "LSTPrompt: Large Language Models as Zero-Shot Time Series Forecasters by Long-Short-Term Prompting."

Jupyter Notebook
View on GitHub↗57
  • adityalab/petsAdityaLab avatar

    AdityaLab/pets

    6View on GitHub↗

    Implementation of the paper "Performative Time-Series Forecasting."

    Python
    View on GitHub↗6
  • alipay/pyraformerA

    alipay/Pyraformer

    0View on GitHub↗

    This is the Pytorch implementation of Pyraformer (Pyramidal Attention based Transformer) in the ICLR paper: Pyraformer: Low-complexity Pyramidal Attention for Long-range Time Series Modeling and Forecasting.

    View on GitHub↗0
  • bird-tao/clcrnbird-tao avatar

    bird-tao/clcrn

    132View on GitHub↗

    This is a Official PyTorch implementation of CLCRN in the following paper:

    Python
    View on GitHub↗132
  • 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
  • angus924/minirocketangus924 avatar

    angus924/minirocket

    337View on GitHub↗

    ROCKET · MINIROCKET · HYDRA

    Python
    View on GitHub↗337
  • angus924/rocketA

    angus924/rocket

    0View on GitHub↗
    View on GitHub↗0
  • atik-ahamed/timemachineAtik-Ahamed avatar

    Atik-Ahamed/TimeMachine

    221View on GitHub↗

    1. Install requirements. `pip install -r requirements.txt`

    Python
    View on GitHub↗221
  • 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
  • benchcouncil/dualsgBenchCouncil avatar

    BenchCouncil/DualSG

    103View on GitHub↗

    中文解读1 中文解读2 中文解读3

    Python
    View on GitHub↗103
  • bennytmt/llmsfortimeseriesBennyTMT avatar

    BennyTMT/LLMsForTimeSeries

    161View on GitHub↗

    (NeurIPS 2024 Spotlight) 🌟 Paper Link

    Python
    View on GitHub↗161
  • 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
  • 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
  • borealisai/scaleformerBorealisAI avatar

    BorealisAI/scaleformer

    138View on GitHub↗

    Scaleformer: Iterative Multi-scale Refining Transformers for Time Series Forecasting, ICLR 2023

    Python
    View on GitHub↗138
  • boreshkinai/fc-gagaB

    boreshkinai/fc-gaga

    0View on GitHub↗

    This repo provides an implementation of the FC-GAGA algorithm introduced in https://arxiv.org/abs/2007.15531 and reproduces the experimental results presented in the paper.

    View on GitHub↗0
  • chaoshangcs/gtsC

    chaoshangcs/GTS

    0View on GitHub↗

    This is a PyTorch implementation of the paper "Discrete Graph Structure Learning for Forecasting Multiple Time Series", ICLR 2021.

    View on GitHub↗0
  • chengqingyu/merlinChengqingYu avatar

    ChengqingYu/Merlin

    21View on GitHub↗

    Code for our SIGKDD'25 paper "Merlin: Multi-View Representation Learning for Robust Multivariate Time Series Forecasting with Unfixed Missing Rates"

    Python
    View on GitHub↗21
  • chenpudigege/neucastC

    chenpudigege/NeuCast

    0View on GitHub↗

    SC data: the dataset contains power grid series of 133 locations, and the location index, date, hour, temperature, precipitation, active power and reactive power is reported in the dataset.

    View on GitHub↗0
  • chenxiliu-hnu/timecmaChenxiLiu-HNU avatar

    ChenxiLiu-HNU/TimeCMA

    166View on GitHub↗

    (AAAI'25) TimeCMA: Towards LLM-Empowered Multivariate Time Series Forecasting via Cross-Modality Alignment

    Python
    View on GitHub↗166
  • coco0106/mo-stepcoco0106 avatar

    coco0106/MO-STEP

    8View on GitHub↗
    Python
    View on GitHub↗8
  • complex-ai-lab/ncccomplex-ai-lab avatar

    complex-ai-lab/ncc

    18View on GitHub↗

    This is the official implementation of "Neural Conformal Control for Time Series Forecasting" (NCC) appearing in AAAI 2025 (main track). Authors are Ruipu Li and Alexander Rodríguez from the University of Michigan.

    Python
    View on GitHub↗18
  • cstcloudops/cmosCSTCloudOps avatar

    CSTCloudOps/CMoS

    39View on GitHub↗

    The repo is the official implementation for the paper: CMoS: Rethinking Time Series Prediction Through the Lens of Chunk-wise Spatial Correlations (ICML'25).

    Python
    View on GitHub↗39
  • damo-di-ml/icml2022-fedformerDAMO-DI-ML avatar

    DAMO-DI-ML/ICML2022-FEDformer

    220View on GitHub↗

    Tian Zhou, Ziqing Ma, Qingsong Wen, Xue Wang, Liang Sun, Rong Jin, "FEDformer: Frequency Enhanced Decomposed Transformer for Long-term Series Forecasting," in Proc. 39th International Conference on Machine Learning (ICML 2022), Baltimore, Maryland, July 17-23, 2022. paper

    Python
    View on GitHub↗220
  • damo-di-ml/kdd2022-quatformerDAMO-DI-ML avatar

    DAMO-DI-ML/KDD2022-Quatformer

    32View on GitHub↗

    Weiqi Chen, Wenwei Wang, Bingqing Peng, Qingsong Wen, Tian Zhou, Liang Sun, "Learning to Rotate: Quaternion Transformer for Complicated Periodical Time Series Forecasting" in Proceedings of the 28th ACM SIGKDD Conference on Knowledge Discovery and Data Mining (KDD 2022), 2022. paper

    Python
    View on GitHub↗32
  • davidham3/stsgcnDavidham3 avatar

    Davidham3/STSGCN

    456View on GitHub↗

    AAAI 2020. Spatial-Temporal Synchronous Graph Convolutional Networks: A New Framework for Spatial-Temporal Network Data Forecasting

    Python
    View on GitHub↗456
  • adityalab/epifnpA

    AdityaLab/EpiFNP

    0View on GitHub↗

    Paper Link: https://arxiv.org/abs/2106.03904

    View on GitHub↗0