aimclub / FEDOT

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

All AR/ARIMA are disabled #1137

Open kasyanovse opened 11 months ago

kasyanovse commented 11 months ago

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 commented 11 months ago

Update. AR is enabled because it is fast (https://github.com/aimclub/FEDOT/pull/1153).