Metrics rootmeansquaredlogerror - 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

RootMeanSquaredLogError

MeanSquaredLogError with the square root taken, so the number reads as a log ratio rather than a squared one.

Members

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