PoissonLoss Class

Definition

Poisson Loss function for Poisson Regression.

C#
public sealed class PoissonLoss : Microsoft.ML.Trainers.ILossFunction<float,float>, Microsoft.ML.Trainers.IRegressionLoss
Inheritance
PoissonLoss
Implements

Remarks

The Poisson Loss function is defined as:

L(y^,y)=ey^yy^

where y^ is the predicted value, y is the true label.

Constructors

Methods

Applies to

Product Versions
ML.NET 1.0.0, 1.1.0, 1.2.0, 1.3.1, 1.4.0, 1.5.0, 1.6.0, 1.7.0, 2.0.0, 3.0.0, Preview, 4.0.0