POISSON

Computes the Poisson loss between y_true and y_pred.

loss = y_pred - y_true * log(y_pred)

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int