-
Re: How to find difference in similar rows?
Hello, This is exactly the purpose of the visual window recipe. Here is an explanation of how to use it : https://youtu.be/3VZIwxZl3vg Cheers, Alexandre1 · -
Re: Nested cross validation and chosen best parameter from grid search by algorithm?
Hello Rui, This is a good question and important topic indeed. When using K-fold both for hyperparameter search and for testing in DSS visual ML interface, what happens for one given model type follo…1 · -
Re: Partial depence plots calculation (gbt)? What data is it using?
Hi, We fit the model on the full train data and then compute the partial dependency plots. Cheers, Alex1 · -
Re: How do I reference a date value column in an if statement formula (e.g. if(date
Hello, At the moment we do not support > or < operations in formulas for dates. Instead, you can use a formula like this: if(diff(date_column.asDate("MM/dd/yyyy"), '2018-01-01'.asDate…1 · -
Re: Automate bundle export import python script
Hi, Please find attached an example script for exporting a bundle from a design node and deploying it to automation. import dataikuapi #Define the connections #Design host = "http://localhost:12…1 ·