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

initial assumptions for ts #1074

Closed
maypink opened this issue Mar 27, 2023 · 1 comment · Fixed by #1153
Closed

initial assumptions for ts #1074

maypink opened this issue Mar 27, 2023 · 1 comment · Fixed by #1153
Assignees
Labels
invalid This doesn't seem right time series related to time series processing

Comments

@maypink
Copy link
Collaborator

maypink commented Mar 27, 2023

In this PR initial_assumption with smoothing+autoregression was removed due to Unable to allocate 44.9 GiB for an array with shape (2010082226, 3) and data type float64 on fit_pipeline stage in test_pseudo_remote_composer_ts_forecasting test. There is a need to figure out what causes this error and fix it.

@maypink maypink added the invalid This doesn't seem right label Mar 27, 2023
@maypink maypink mentioned this issue Mar 27, 2023
@nicl-nno nicl-nno added the time series related to time series processing label Aug 22, 2023
kasyanovse added a commit that referenced this issue Aug 23, 2023
@kasyanovse kasyanovse linked a pull request Aug 23, 2023 that will close this issue
@kasyanovse
Copy link
Collaborator

There is no problem with test now.
Initial assumption with smoothing+autoregression is added in #1153.

@kasyanovse kasyanovse self-assigned this Aug 23, 2023
@kasyanovse kasyanovse mentioned this issue Aug 23, 2023
kasyanovse added a commit that referenced this issue Aug 24, 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`
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

Successfully merging a pull request may close this issue.

3 participants