Problem Description
The MLOps tutorial fails with missing module errors because XNAT-related scripts were removed from the csc-mlops package and moved to the project template, but they are not included in this repository.
Missing modules:
mlops.data.tools.tools (contains xnat_build_dataset function)
mlops.data.transforms.LoadImageXNATd
What the tutorial code expects:
from mlops.data.tools.tools import xnat_build_dataset
from mlops.data.transforms.LoadImageXNATd import LoadImageXNATd
Proposed Solution
Add missing mlops.data modules to repository
Create the missing module structure in the repository