torch_rmsle

lightautoml.tasks.losses.torch.torch_rmsle(y_true, y_pred, sample_weight=None)[source]

Computes Root Mean Squared Logarithmic Error.

Parameters
  • y_true (Tensor) – true target values.

  • y_pred (Tensor) – predicted target values.

  • sample_weight (Optional[Tensor]) – specify weighted mean.

Returns

metric value.