Visualize Loss Function
VisualizerLossFunction.Rd
This class is used to create visualizations of loss functions.
Public fields
loss_function
[LossFunction]
Loss function.loss
(`numeric()`)
Loss values.y_pred
`numeric()`
Predicted values.
Methods
Method new()
Creates a new instance of this [R6][R6::R6Class] class.
Usage
VisualizerLossFunction$new(loss_function, y_pred, y_true, ...)
Method plot()
Return the plot and hence plot it or do further processing.
Method save()
Save the plot by using plotlys `orca()` function.