ExpVariance.
calculate_percent_difference
Calculate the percent difference between scores.
score (float) – A score. Output of the score method of this objective.
baseline_score (float) – A score. Output of the score method of this objective. In practice, this is the score achieved on this objective with a baseline estimator.
as percentages, this will be the difference between the reference score and score. For all other objectives, the difference will be normalized by the reference score.
float