collect_cv_results#

gaitmap_challenges.challenge_base.collect_cv_results(cv_results: Dict) DataFrame[source]#

Collect the cross-validation results into a pandas DataFrame.

Use this method as part of your get_core_results method to simplify its implementation.