collect_cv_metadata#
- gaitmap_challenges.challenge_base.collect_cv_metadata(dataset) CvMetadata[source]#
Collect the cross-validation metadata.
At the moment, this only concerns extracting the dataset metadata, to later reconstruct better display names for data labels.
Use this method as part of your
get_core_resultsmethod to simplify its implementation.