Loss¶
- class Loss[исходный код]¶
Базовые классы:
ABC
Abstract base class for computing Loss.
Methods
evaluate
(predict, target)An abstract method for evaluating the loss function.
gradient
(predict, target)An abstract method for computing the gradient.