Normalizes the original score compared to a naive baseline score The calculation that's being performed depends on the type of model
normalize_score(baseline_score, model_score, type)
numeric vector of length one, normalized score
float, the evaluation metric score for a naive baseline (model)
float, the evaluation metric score for a statistical model
character, type of model