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

All AR/ARIMA are disabled #1137

Open
kasyanovse opened this issue Aug 8, 2023 · 1 comment
Open

All AR/ARIMA are disabled #1137

kasyanovse opened this issue Aug 8, 2023 · 1 comment
Labels
invalid This doesn't seem right time series related to time series processing

Comments

@kasyanovse
Copy link
Collaborator

AR/ARIMA models refit each validation block prediction that may be time consuming. It needs to be fixed and AR/ARIMA models should be enabled.

Also test.unit.api.test_presets.test_presets_time_series should be fixed at TODO mark.

@kasyanovse kasyanovse added the invalid This doesn't seem right label Aug 8, 2023
@kasyanovse
Copy link
Collaborator Author

kasyanovse commented Aug 23, 2023

Update. AR is enabled because it is fast (#1153).

@kasyanovse kasyanovse mentioned this issue Aug 23, 2023
kasyanovse added a commit that referenced this issue Sep 3, 2023
1. Fix #1148 with fixed denominator in CGRU and add test for new code
2. Fix #1151 with set n_jobs=1 for some operations
3. Add initial assumption with AR (#1074), enable AR (#1137)
4. Check and add test in accordance with #739
5. Fix integration test `test_result_changing`
@kasyanovse kasyanovse added the time series related to time series processing label Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right time series related to time series processing
Projects
None yet
Development

No branches or pull requests

1 participant