-
Re: Language Translation
Hi @UserBird You can now use the Dataiku plugin for Google Cloud Translation for that Hope it helps, Alex1 · -
Re: Best practice to call Parameter set for preset password
Hi, Technically, you can hide the parameter by using a visibilityCondition. However, it means this parameter will no longer be editable, so all users will use the same password. Note that you can dis…1 · -
Re: Access project key in Webapp bokeh application
Hi, You can use the dataiku API from the bokeh webapp: import dataiku dataiku.default_project_key() Best regards, Alex1 · -
Re: Build dataset from python
Here are the available options: /** Rebuild what is required for dependencies */ RECURSIVE_BUILD, /** Only rebuild the dataset directly, ignore the state of the dependencies */ NON_RECURSIVE_FORCED_B…1 · -
Re: New Forecast plugin - select the best model to predict for each identifier
Hi, Thanks for the feedback! I confirm that when using "Long format" to train models on multiple time series, each model must be able to converge on every time series. From the error messag…6 ·