msle {fastai}R Documentation

MSLE

Description

Mean squared logarithmic error between 'inp' and 'targ'.

Usage

msle(inp, targ)

Arguments

inp

predictions

targ

targets

Value

None


[Package fastai version 2.2.2 Index]