final_scorer#
- gaitmap_challenges.full_pipeline.kluge_2017.final_scorer(pipeline: Pipeline, datapoint: Kluge2017)[source]#
Score a pipeline build for the Kluge2017 challenge on a single datapoint.
It compares the mean gait parameters of the entire gait test between the pipeline and the reference.
- Parameters:
- pipeline
The pipeline to score. This is expected to have the attribute
aggregated_gait_parameters_after running. It should contain the aggregated gait parameters for the entire gait test.- datapoint
A datapoint of the Kluge2017 dataset.