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
cure-lab avatar

cure-lab/SCINet

0
View on GitHub↗
667 stars·126 forks·Python·Apache-2.0·8 views

SCINet

This is the original pytorch implementation for the following paper: SCINet: Time Series Modeling and Forecasting with Sample Convolution and Interaction. Alse see the Open Review verision.

Features

  • Time Series Forecasting - Sample convolution and interaction network for time series modeling.

Star history

Star history chart for cure-lab/scinetStar history chart for cure-lab/scinet

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 SCINet

These projects share indexed features with SCINet. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • 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
  • facebookincubator/prophetfacebookincubator avatar

    facebookincubator/prophet

    20,231View on GitHub↗

    Prophet is a predictive analytics framework and time series regression library designed for forecasting future values. It uses additive models to fit non-linear growth and periodic seasonal patterns, providing tools for producing forecasts with integrated error measurement. The project handles multiple seasonalities and holiday effects to improve accuracy for periodic data. It supports the integration of external regressors and manages data irregularities, such as missing data and outliers, to maintain prediction stability. The framework covers a broad range of analysis capabilities, includi

    Python
    View on GitHub↗20,231
  • damo-di-ml/neurips2022-filmD

    DAMO-DI-ML/NeurIPS2022-FiLM

    0View on GitHub↗

    FiLM: Frequency improved Legendre Memory Model for Long-term Time Series Forecasting https://arxiv.org/abs/2205.08897

    View on GitHub↗0
  • yoshall/airformerY

    yoshall/AirFormer

    0View on GitHub↗

    This repo is the implementation of our manuscript entitled AirFormer: Predicting Nationwide Air Quality in China with Transformers. The code is based on Pytorch 1.10, and tested on Ubuntu 16.04 with a NVIDIA RTX A6000 GPU with 48 GB memory.

    View on GitHub↗0
Compare all 5 related projects→

Frequently asked questions

What does cure-lab/scinet do?

This is the original pytorch implementation for the following paper: SCINet: Time Series Modeling and Forecasting with Sample Convolution and Interaction. Alse see the Open Review verision.

What are the main features of cure-lab/scinet?

The main features of cure-lab/scinet are: Time Series Forecasting.

Which projects share features with cure-lab/scinet?

Projects with overlapping indexed features include: facebook/prophet — Prophet is a time series forecasting library and decomposition tool that uses an additive regression model to predict… facebookincubator/prophet — Prophet is a predictive analytics framework and time series regression library designed for forecasting future values.… damo-di-ml/neurips2022-film — FiLM: Frequency improved Legendre Memory Model for Long-term Time Series Forecasting https://arxiv.org/abs/2205.08897. yoshall/airformer — This repo is the implementation of our manuscript entitled AirFormer: Predicting Nationwide Air Quality in China with… yuqinie98/patchtst.