-
Re: Scenario triggered from webapp
Hi, This API is intended to be used inside custom Python scenarios (https://doc.dataiku.com/dss/latest/scenarios/custom_scenarios.html). To launch a scenario from a webapp, you need to use the public…1 · -
Re: How to train a classification model on an imbalanced dataset
Hi, Note that when doing a prediction with DSS visual ML, in most algorithms, DSS will use scikit-learn's capabilities for rebalancing by setting appropriate instance weights. In addition to this, yo…4 · -
Re: Auto Calculate Metrics from Plugin Recipe
Hi, To auto-compute metrics and checks, you need to activate it on your output dataset. You can find this setting in the Dataset > Status > Edit screen. This is a one-time manual operation, and…1 · -
Re: Continue custom python scenario script if error is encountered
Hi, You should be able to achieve such behavior using the Public API: https://doc.dataiku.com/dss/latest/python-api/rest-api-client/scenarios.html#dataikuapi.dss.scenario.DSSScenario.run_and_wait Hop…2 · -
Re: Accessing Plugin Config from Notebook/Webapp
Hi again, Regarding your first question: Accessing parameter values of a plugin recipe from a notebook is not possible as these are two different environments. If you want to develop the plugin in a …2 ·