normalize_score | R Documentation |
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)
baseline_score |
float, the evaluation metric score for a naive baseline (model) |
model_score |
float, the evaluation metric score for a statistical model |
type |
character, type of model |
numeric vector of length one, normalized score
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.