JoaquinAmatRodrigo / skforecast

Time series forecasting with machine learning models
https://skforecast.org
BSD 3-Clause "New" or "Revised" License
992 stars 113 forks source link

grid_search_forecaster_multiseries - cannot set WRITEABLE flag to True of this array #718

Closed AVPokrovsky closed 2 weeks ago

AVPokrovsky commented 2 weeks ago

Hi, the error after versions change.

14 models compared for 1 level(s). Number of iterations: 14. lags grid: 0%| | 0/7 [00:00<?, ?it/s] params grid: 0%| | 0/2 [00:00<?, ?it/s] params grid: 50%|█████ | 1/2 [00:04<00:04, 4.43s/it] params grid: 100%|██████████| 2/2 [00:06<00:00, 2.94s/it] lags grid: 71%|███████▏ | 5/7 [00:22<00:09, 4.52s/it]ValueError: cannot set WRITEABLE flag to True of this array

AVPokrovsky commented 2 weeks ago

SVR regressor was used

AVPokrovsky commented 2 weeks ago

May be the error on my side. I will check