refactor: improved and more flexible datasets
Summary of Changes:
- Renamed
MLFlowSlides
toMetaTiledSlides
. - Introduced a required
generate_datasets
method for users to implement, resolving issue #1 (closed). - Filtering using
slide_id
key instead ofslide_path
. - Added functionality to load slides and tiles from both local storage and MLflow artifact storage.
Edited by Matěj Pekár