Is it possible to change sampling size in the Scenario aotumatically

zhlj
Level 2
Is it possible to change sampling size in the Scenario aotumatically

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

0 Kudos
1 Reply
Herc
Level 2

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

0 Kudos