Skip to content

ML.EVAL.REGRESSION.D2_PINBALL_SCORE

Returns the D^2 regression score function, fraction of pinball loss explained.

Syntax

ML.EVAL.REGRESSION.D2_PINBALL_SCORE(y_true, y_pred, sample_weight, alpha, multioutput)

Arguments

Name Type Default Description
y_true Any Positional argument 1
y_pred Any Positional argument 2
sample_weight Any None Positional argument 3
alpha Any 0.5 Positional argument 4
multioutput Any "uniform_average" Positional argument 5

Examples

Examples coming soon

Working Excel formula examples for this function are not yet written.

See also