Required Packages Can't Be Installed on Windows
In order to use the Visual ML deep learning prediction model, Time Series Forecasting model, etc. you are required to have a custom python code environment, and then you have to install the "Visual Deep Learning..." additional packages into the custom python environment. However, on Windows 10 or Windows 11 when you go to save and install those required packages it throws a lot of errors and is unable to install. I've tried installing the the packages on several Windows machine now and they won't install. So it appears that you're severally limited to only using the AutoML Prediction on any machine running Windows as the OS.
Operating system used: Windows 10 Pro
Best Answer
-
hello @bdub2you
,Please keep in mind that Dataiku DSS wasn’t originally designed to natively run on Windows. It is available as an experimental version and only for testing. Dataiku does not provide official support for this installation.
In order to use Time Series forecasting, you will need a code env with Visual Timeseries forecasting package preset.
Go to administration > code envs > new Python envs
I would suggest to use a python3.7 env since python 3.7 is installed by the launcher.
Go to Packages to install > add sets of packages and select Visual Timeseries forecasting: GluonTS, Pmdarima, statsmodels, MXNet (CPU)
click ADD and you should have the list of packages as in the screenshot bellow
Click save and update. The packages should install.
Finally in your time series forecasting model page make sure you are using the newly created code env:
I hope this helps you solve your issue.
Alex
Answers
-
Ok, thanks. The Python 3.7 environment seemed to be the key to the issue.