-
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 · -
Re: Create a new dataset by stacking files in a folder
Assuming the files in the folder have different schemas, you must use a code recipe. If they all have the same schema, you can just use Files in Folder dataset. If you only have a few files you can u…1 ·
