Using DVC entails tracking changes to your data and models with DVC. If you’re seeing this in a report,
your project is using DVC, but it is currently not tracking any files with it.
Learn more about getting started with data versioning with DVC,
or the dvc add
command.
Then, add your datasets and models to DVC by running the command dvc add <files>
Tip: Under the hood, mllint uses the command dvc list . -R --dvc-only
in order to see which files DVC is tracking.