ChenXing

Results 6 comments of ChenXing

I tried the above approach by calling: ``` reticulate::py_install( envname = "my_gluonts_env", python_version = "3.8.12", packages = c( "mxnet~=1.7", "gluonts==0.8.0", "pandas==1.0.5", "numpy", "pathlib==1.0.1", "ujson==4.0.2" ), method = "conda", pip =...

I think the only available version of `mxnet ` is 1.6.0 as the error message shows: ``` ERROR: Could not find a version that satisfies the requirement mxnet~=1.9.0 (from versions:...

Hi Matt, any updates for deep factor model?

Got you. Yep, I can apply the model using Reticulate + Glonts together to train it. Hopelly we will get it in modetime ecosystem in the near future to make...