Given the parameters to create a dataset, this function will either
retrieve an existing dataset by name or create a new one with the provided parameters.
This is useful in cases where you would like to re-run a pipeline like:
ensure dataset exists
create a task
run experiment
evaluate experiment
without having to create a new dataset each time.
Given the parameters to create a dataset, this function will either retrieve an existing dataset by name or create a new one with the provided parameters.
This is useful in cases where you would like to re-run a pipeline like: