So far everything went well but when plotting with dvc plots show I got
dvc plots show
DVC failed to load some plots for following revisions: 'workspace'.
file:///home/user/2024/DVC/example-get_started/dvc_plots/index.html
Also , in the repo I can see only one plot (eval/plots/images/importance.png) but curiosly that plot does not appear in dvc_lots/index.html
So my questions are
What is this error and why does it happen?
Why the only plot I can see, does not appear on the html page
The other plots that do appear on the html page, where are they?
oh and by the way, why does the tutorial say to do git add eval when eval in in the .gitignore?
EDIT: I dont know if it is related but when I run dvc repro I get among other output
Running stage 'evaluate':
> python src/evaluate.py model.pkl data/features
WARNING:dvclive:Some DVCLive features are unsupported in `dvc repro`.
To use DVCLive with a DVC Pipeline, run it with `dvc exp run`.
Updating lock file 'dvc.lock'