Is it possible to change sampling size in the Scenario aotumatically
zhlj
Registered Posts: 24 ✭✭✭✭
I am working on a very large dataset, so in order to make it efficient, I used the filter/sample recipe to randomly select 1% of the dataset to work on. I am wondering how can I substitute that 1% with a variable and increase it gradually in the Scenario to make my model predictions better.
Can Scenario access to the settings in a visual recipe?
Thanks,
lj
Answers
-
Lj
Have a look at https://doc.dataiku.com/dss/latest/scenarios/steps.html
You can use a Python step to access the Dataiku API.Herc