Metrics rootmeansquarederror - CyrilB1531/lodestar GitHub Wiki

Development build. This page describes main, not a released package. The latest published Lodestar.Metrics is 0.3.0 — read its documentation.

HomeMetricsRegression metrics

RootMeanSquaredError

MeanSquaredError with the square root taken, which puts it back into the target's units — the version to show a human.

Members

Member What it does
RootMeanSquaredError.Score The square root of the mean squared error, taken per output before the outputs are reduced.
RootMeanSquaredError.PerOutput One root mean squared error per output, unreduced.