-
Re: Supported libraries
Hi @e_pap , To find the built-in libraries required, you can look at under "base packages" in "Packages to install" for the code env To use DSS API you need these base package and…1 · -
Re: changement du nom sur le certification
Hi @hafedhamna , Have you tried to Update the name on your Dataiku Account at https://profile.dataiku.com/profile Logout profile.dataiku.com/logout Go to academy.dataiku.com Sign out of Academy. Sign…1 · -
Re: Problem with fetching the metrics from Subpopulation Analysis Tab from Dataiku Python API client
Hi @liotie , Some of the metrics depend on the threshold above whether you consider a prediction to be of positive class or not, this threshold is set on the “confusion matrix” tab. The reason you se…1 · -
Re: : list index out of range
Hi @darioromero , The error may suggest the df you have in your recipe is empty. You could try to handle this case : if not df.empty: data_list = df.to_dict('records') datatype = data_list[…1 · -
Re: How to pass a JSON body from an API call to scenario
Hi @Srini_E , Variable expansion is not supported within the "variables" when setting a variable this must be json. What you can do is use evaluated variables instead by toggling it "o…1 ·
