module metrics.regression

Short summary

module lightmlboard.metrics.regression

Metrics about regressions.

source on GitHub

Functions

function

truncated documentation

mse

Computes mean_squared_error. …

Documentation

Metrics about regressions.

source on GitHub

lightmlboard.metrics.regression.mse(exp, val)

Computes mean_squared_error.

source on GitHub