business-science / modeltime.gluonts

GluonTS Deep Learning with Modeltime
https://business-science.github.io/modeltime.gluonts/
Other
38 stars 11 forks source link

WARNING:root:You have set `num_workers` to a non zero value #20

Closed VladPerervenko closed 3 years ago

VladPerervenko commented 3 years ago

where do you need to change this parameter so that these warnings do not appear?

WARNING:root:You have setnum_workersto a non zero value, however, currently multiprocessing is not supported on windows and thereforenum_workers will be set to 0.`

`> sessionInfo() R version 4.0.4 (2021-02-15) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 19042)

Matrix products: default

locale: [1] LC_COLLATE=Russian_Russia.1251 LC_CTYPE=Russian_Russia.1251 LC_MONETARY=Russian_Russia.1251 [4] LC_NUMERIC=C LC_TIME=Russian_Russia.1251

attached base packages: [1] stats graphics grDevices utils datasets methods base

other attached packages: [1] timetk_2.6.1 forcats_0.5.1 stringr_1.4.0 readr_1.4.0
[5] tidyverse_1.3.0 yardstick_0.0.7 workflows_0.2.2 tune_0.1.3
[9] tidyr_1.1.3 tibble_3.1.0 rsample_0.0.9 recipes_0.1.15
[13] purrr_0.3.4 parsnip_0.1.5 modeldata_0.1.0 infer_0.5.4
[17] ggplot2_3.3.3 dplyr_1.0.5 dials_0.0.9 scales_1.1.1
[21] broom_0.7.5 tidymodels_0.1.2 modeltime.gluonts_0.2.2 modeltime_0.4.1 `

VladPerervenko commented 3 years ago

The question is removed. After upgrading to gluonts(0.6.3)(Py)

mdancho84 commented 3 years ago

Good to know. I'll close the issue.