Hi everyone,
I am a beginner in DVC and GIT.
I have a long chain of commits. And my evaluate.py file has changed significantly.
And I would like to use it in previous commits to compare new metrics. Is it possible to apply my new evaluate.py to previous commits.
But when I wrote about commits I thought about dvc.yaml where some stage’s parameters are also described for example plots.
So how could I do it? What is the best practice?