normalize_score: Normalizes the original score compared to a naive baseline...

Description Usage Arguments Value

View source: R/score.R

Description

Normalizes the original score compared to a naive baseline score The calculation that's being performed depends on the type of model

Usage

1
normalize_score(baseline_score, model_score, type)

Arguments

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

Value

numeric vector of length one, normalized score


ppsr documentation built on March 2, 2021, 5:06 p.m.