-
Re: Find matching range in another dataset
Hi @yankees9920 , You should still be able to use a Join recipe in this case but with multiple join conditions with <= and >= Let me know if that works for you! In my example LowRange is min an…1 · -
Re: General / Rule of Thumb Spark Configuration Settings
Hi @importthepandas , We typically suggest going with a few boiler plate configs and then modifying as needed based on your need and sometimes even on recipe basis rather then instance level config: …3 · -
Re: Running same set of recipes multiple times in parallel with different parameters
Hi @pratikgujral-sf , If I understand your requirements, a partitioned model would essentially do what you are looking for. You would partition the input dataset and train the partitioned model, the …1 · -
Re: Best choice : replacement of datasets in a flow (conformity of filed datasets)
Hi @Kevin_dataiku67 , Have you considered using partitioning here .eg partitioned dataset or folder in this case? Each file/s would be added in a path e.g YYYY-MM and then you can build your flow for…1 · -
Re: PDF extraction error message from Wiki
Hi @SGovetto , The error : module.js:478 throw err; ^Error: Cannot find module 'puppeteer' As also mentioned in https://community.dataiku.com/t5/Using-Dataiku/PDF-export-of-dashboard-using-…1 ·
