mm_action_prediction/tools/data_support.py [102:110]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            )
        return np.mean(rel_gain)

    sorted_evals = sorted(
        eval_metrics.items(),
        key=functools.cmp_to_key(mean_relative_increase),
        reverse=True,
    )
    return sorted_evals
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



mm_action_prediction/tools/support.py [106:114]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            )
        return np.mean(rel_gain)

    sorted_evals = sorted(
        eval_metrics.items(),
        key=functools.cmp_to_key(mean_relative_increase),
        reverse=True,
    )
    return sorted_evals
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



