Currently, I'm using kedro and kedro-viz.
I can specify a layer of dataset from catalog.yml.
hoge:
type: MemoryDataSet
layer: raw
but I don't know how to do it with parameters.yml
step_size: 1
learning_rate: 0.01
if it can be done not in parameters.yml but in run.py, I want to see example code.