-
Re: Cannot start Model Error Analysis webapp
Hi ihb, Apologies, I got a bit mixed up in my original answer... The issue seems to actually stem from the model view running in a container (not that the model was trained in a container). In order …1 · -
Re: Time Series Forecasting - Installing additional packages
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 instanc…2 · -
Re: Dataiku is telling me that is_numeric_dtype does not exist.
Hi Iceberg, is_numeric_dtype is a method from the module pandas.api.types. In your code snippet, you should replace your occurrences of is_numeric_dtype with pd.api.types.is_numeric_dtype. Best regar…2 · -
Re: Dataiku scenario
Hi cbimou, I think your problem comes from this line: # initializing clientclient = dataikuapi.DSSClient(host=['designer_host','designer_q_host'], api_key=['designer_q_host…1 · -
Re: Multiple SELECT parameters using getChoicesFromPython ?
Hi Mariat, It seems like the structure of your json file (I assume a recipe.json file?) is not the proper one. It should be something like this: { ... "paramsPythonSetup": "computechoi…1 ·