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

MeanSquaredError

The average squared miss: the metric models are trained on, and the one big errors dominate.

Members

Member What it does
MeanSquaredError.Score The mean of the squared residuals.
MeanSquaredError.PerOutput One mean squared error per output, unreduced.