weightedQuantileLosses property

List<WeightedQuantileLoss>? weightedQuantileLosses
final

An array of weighted quantile losses. Quantiles divide a probability distribution into regions of equal probability. The distribution in this case is the loss function.

Implementation

final List<WeightedQuantileLoss>? weightedQuantileLosses;