Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consolidate R methods #3099

Open
lostella opened this issue Jan 4, 2024 · 4 comments
Open

Consolidate R methods #3099

lostella opened this issue Jan 4, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@lostella
Copy link
Contributor

lostella commented Jan 4, 2024

There are currently three versions of ARIMA methods:

  • vanilla
  • with seasonal features
  • with custom dynamic features and optionally sesasonal ones

The latter requires special handling in the Python wrapper class, and is currently failing some test.

We should probably consolidate how features are handled, and have a single ARIMA method. For example: doing all feature preprocessing (including constructing seasonal features) in Python rather than R, and keep the R code as a very thin interface layer.

@lostella lostella added the enhancement New feature or request label Jan 4, 2024
@gmcaixeta
Copy link

gmcaixeta commented Jan 9, 2024

Wouldn't it be worth using the auto-arima from the statsforecast nixtla library which was implemented in python ?
image

image

@melopeo
Copy link
Contributor

melopeo commented Jan 10, 2024

@gmcaixeta I might be mistaken, but I think it is already available here: https://github.com/awslabs/gluonts/blob/dev/src/gluonts/ext/statsforecast.py#L159

@gmcaixeta
Copy link

@melopeo Sorry, my mistake.

@lostella lostella added this to the v0.15 milestone Jan 12, 2024
@lostella
Copy link
Contributor Author

Link to more recent R test failure (log linked in OP has expired): https://github.com/awslabs/gluonts/actions/runs/9176392521/job/25231547428

@lostella lostella removed this from the v0.15 milestone May 24, 2024
lostella added a commit that referenced this issue May 27, 2024
*Issue #, if available:* See also #3099 


By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.


**Please tag this pr with at least one of these labels to make our
release process faster:** BREAKING, new feature, bug fix, other change,
dev setup
robert501128 pushed a commit to robert501128/gluonts that referenced this issue May 27, 2024
*Issue #, if available:* See also awslabs#3099 


By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.


**Please tag this pr with at least one of these labels to make our
release process faster:** BREAKING, new feature, bug fix, other change,
dev setup
kashif pushed a commit to kashif/gluon-ts that referenced this issue Jun 15, 2024
*Issue #, if available:* See also awslabs#3099 


By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.


**Please tag this pr with at least one of these labels to make our
release process faster:** BREAKING, new feature, bug fix, other change,
dev setup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants