aimclub / FEDOT

Automated modeling and machine learning framework FEDOT
https://fedot.readthedocs.io
BSD 3-Clause "New" or "Revised" License
632 stars 86 forks source link

initial assumptions for ts #1074

Closed maypink closed 1 year ago

maypink commented 1 year ago

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.

kasyanovse commented 1 year ago

There is no problem with test now. Initial assumption with smoothing+autoregression is added in https://github.com/aimclub/FEDOT/pull/1153.