Does Kedro allow dumping experiment outputs (resul...
# questions
o
Does Kedro allow dumping experiment outputs (results) into different folders without changing the YAML files? We would like to run the same code (pipeline) but with different input datasets. What’s the best way to achieve that without having to copying-n-pasting the Kedro folders and then manually modifying the YAML files? I looked at the documentation of
kedro run
but it doesn’t accept output dirs / workspace as a parameter. It assumes you have the configuration files already in place. Perhaps I need to come up with my own
kedro
wrapper? (to auto-generate the configuration files and then call
kedro run
)