zincware / ZnTrack

Create, visualize, run & benchmark DVC pipelines in Python & Jupyter notebooks.
https://zntrack.readthedocs.io
Apache License 2.0
47 stars 5 forks source link

Organize `params.yaml` in groups #795

Open PythonFZ opened 4 months ago

PythonFZ commented 4 months ago

As the Nodes are part of groups so should the parameters be sorted into groups. There are two approaches to this:

  1. sort in the params.yaml and have subsections with the group names
  2. create a params.yaml for each group in nodes/grp/params.yaml