-
Re: Merging Rows to Column Merge
Hi, You can use the Fold processor as follows: Hope it helps, Alex1 · -
Re: Custom check to determine if a columns data is unique (does not have duplicates)
Hi, Here is an example of such a Python check: # Define here a function that returns the outcome of the check. def process(last_values, dataset, partition_id): # last_values is a dict of the last val…1 · -
Re: How can I add p-values estimation to my logistic regressions
Hi, If you want to use p-values for rigorous statistical tests, I would advise using a logistic regression library which does not apply regularization. The scikit-learn version we use in the visual m…1 · -
Re: Data Preparation Split
Hi, This is a good use case for partitioning: https://doc.dataiku.com/dss/latest/partitions/index.html Instead of creating 12 datasets using a split recipe, you can use the sync recipe with a partiti…1 · -
Re: DSS installed on Mac M1
Hi @Antonius , Congratulations on making it work! I am assuming you are running it with Rosetta (the emulation layer for x86 applications)? For other people who may visit this thread, there is an alt…1 ·