-
Re: Insert element into flow?
Hi, You can modify the inputs and outputs of any recipe in the Flow (by going to the Inputs/Outputs tab of this recipe), which allows you to replug parts of the flow elsewhere when needed. So you sho…1 · -
Re: Running python recipe/building dataset in the flow %pylab inline doesn't work due to invalid syntax
Hi, "%pylab inline" is a notebook-only construct which cannot work in a recipe For the Tkinter error, you need to tell matplotlib that you want it to work in memory (instead of displaying t…1 · -
Re: Could not identify OS distribution
Hi, Elementary OS is not a supported Linux distribution for DSS. You can try the following (run from the DSS installation directory) * Install dependencies by forcing OS detection: sudo -i ./scripts/…1 · -
Re: Random forest classification
Hi All Classification algorithms in DSS are meant to output classes (either binary: 0/1, or multi-class). The vast majority of classification algorithms don't directly predict classes but probabiliti…1 · -
Re: Jupyter Notebook: Difference between dataiku.Dataset("XX") and get_dataset("XX")
The first variant only works within DSS and gives you a class of the Python internal API: https://doc.dataiku.com/dss/latest/api/python/datasets.html#api-reference-the-dataset-class The second varian…1 ·
