Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on September 26, 2022 11:07AM
Likes: 0
Replies: 4
We are trying to use Time Series forecasting plugin in one of our projects to train models but when we try to train the models we are getting this error.
"Initial analysis completed with a severe warning: You don't have access to a code-env with required packages to run time series forecasting models, please ask your administrator to create one and give you access to it.
You may have to modify the settings. "
I cannot add the additional packages under Time Series forecasting Code Env using the doc provided is this link
https://doc.dataiku.com/dss/latest/machine-learning/time-series-forecasting/introduction.html
Can anyone help?.
Operating system used: Cent OS
Operating system used: Cent OS
Yes indeed, as you cannot train a model with the plugin (the plugin only grants you access to two plugin recipes).
So now in order to train time series forecasting models, an admin of the DSS instance needs to create a new dedicated Python code env (from `Adminitration` > `Code envs`):
And then you should be able to follow the steps in the doc link you put in your original post:
Hope that helps!
Agathe
Hi Khalid538,
If I understand correctly, you are not using a plugin but the core feature Time series forecasting (https://doc.dataiku.com/dss/latest/machine-learning/time-series-forecasting/index.html).
Can you detail a bit more what you mean by "I cannot add the additional packages under Time Series forecasting Code Env using the doc provided is this link"? What steps did you attempt to add these packages? Do you have any error message to provide us?
Sincerly,
Agathe
No, I am using Forecast(GPU-CUDA100) plugin and during the installation of Plugin i built a code env for this plugin - plugin_timeseries-forecast-gpu-cuda100_managed.
When i go to this particular Code Envs I don't see any option of adding additional packages as stated in the Dataiku Documentation. I can see only "Currently Installed Packages" option -
yes, you are right i am using Time Series forecasting features not the plugin...