Crossformer VS gluonts

Compare Crossformer vs gluonts and see what are their differences.

Crossformer

Official implementation of our ICLR 2023 paper "Crossformer: Transformer Utilizing Cross-Dimension Dependency for Multivariate Time Series Forecasting" (by Thinklab-SJTU)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Crossformer gluonts
1 4
370 4,325
10.0% 2.7%
3.7 8.7
6 months ago 7 days ago
Python Python
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Crossformer

Posts with mentions or reviews of Crossformer. We have used some of these posts to build our list of alternatives and similar projects.
  • The Transformer Blueprint
    1 project | news.ycombinator.com | 30 Jul 2023
    Great write up. There were a few grammatical errors - I’d suggest piping it through a LLM prompted to find grammar errors :-)

    Another area of interesting research is the use of transformer like models for highly dimensional time series prediction. While language and vision are interesting and have their uses, my opinion is the application of these techniques for multidimensional non linear effects in time series may ultimately have more broad and significant impact. Ex:

    https://github.com/Thinklab-SJTU/Crossformer

gluonts

Posts with mentions or reviews of gluonts. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-13.
  • Show HN: Auto Wiki v2 – Turn your codebase into a Wiki now with diagrams
    1 project | news.ycombinator.com | 23 Apr 2024
    https://github.com/awslabs/gluonts is a great candidate for a sample wiki. It is an OSS lib, not great documentation, very hard to RTFM (unlike, say, sklearn which already has a great wiki), doubtful that awslabs would pay to produce.
  • gluonts VS darts - a user suggested alternative
    2 projects | 13 Apr 2023
  • [Q] `py.typed` and `.typesafe`
    1 project | /r/learnpython | 23 Jan 2023
    I was looking at [`gluonts`](https://github.com/awslabs/gluonts/tree/dev/src/gluonts/core) source code and I found a `py.typed` file. That is something I always put in my type-annotated modules: it's literally an empty file which denotes that the module is marked for "internal or external use in type checking" [mypy docs](https://mypy.readthedocs.io/en/stable/installed_packages.html?highlight=py.typed#creating-pep-561-compatible-packages). However, I never saw before the `.typesafe` file. What does it denote? Does it have to be used alongside a `py.typed`?
  • Cash-flow forecasting
    4 projects | /r/datascience | 7 Oct 2022
    -GluonTS