-
Re: Model evaluation: Running check on the most recent scores
Once adding the custom python probe, it can be found in the Metrics list in the screenshot, here I have chosen 3 on the 11 available metrics.1 · -
Re: Plugin Recipe: Invalid Argument - Recipe has no name
Hi, Can you first try a hard refresh of your browser ? There might be a cache issue.2 · -
Re: How to read a sample of a very big file using a Python code recipe
Hello, When reading a file to a pandas dataframe with dataiku api, you have basically 2 options to deal with data larger than RAM: * Sampling, you can just load the first n rows of your dataset for e…1 · -
Re: Finding points in polygon
Hello, In DSS you can achieve it by coding, either with python or with postgis (extension of postgres SQL) if your data is in postgres. Cheers,1 · -
Re: How to fold
and the final 2 steps ...1 ·