-
Re: The Python process died (killed - maybe out of memory ?)
@vamsee51 , I’ve run into similar situations with very large processes. In my case things were not containerized and the swap size on the OS hosting DSS was set to 0. Which for some use cases may mak…1 · -
Re: Run a scenario when 3 other scenarios completed (in random order)
@Kok , As far as I know ChatGPT is hallucinating that plug-in.2 · -
Re: Custom Grouping or Binning
@cdutoit , In thinking about your challenge I was thinking about using a join recipe. First you might create a 3 column table, something like this min_valmax_valdollar_range_name01000000“$0 - $1M”100…2 · -
Re: Extracting Dataset names?
@Mrcello89 Welcome to the Dataiku Community. We are glad to have you join us. If you are able to do a little bit of Python Coding this thread here in the community might be of some help. https://comm…1 · -
Re: If Statements
@David_Mellamphy , Another way you might lookup these values is by doing join to a detail table with the replacement values. Create a short table with your numeric values in one column and your repla…1 ·
