load_cv_results#
- gaitmap_challenges.challenge_base.load_cv_results(folder_path: Union[str, Path], filename: str = 'cv_results.json', meta_data_filename: str = 'cv_metadata.json') Tuple[DataFrame, CvMetadata][source]#
Load the results of a cross-validation from a folder.
This expects that the results have been saved using
save_cv_results.Use this method as part of your
load_core_resultsmethod to simplify its implementation.