You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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`
In this PR
initial_assumption
with smoothing+autoregression was removed due toUnable to allocate 44.9 GiB for an array with shape (2010082226, 3) and data type float64
onfit_pipeline
stage intest_pseudo_remote_composer_ts_forecasting
test. There is a need to figure out what causes this error and fix it.The text was updated successfully, but these errors were encountered: