base_models_loss {tsensembler} | R Documentation |
Computing the error of base models
base_models_loss(Y_hat, Y, lfun = se)
Y_hat |
predictions of the base models ("@Y_hat" slot)
from |
Y |
true values from the time series; |
lfun |
loss function to compute. Defaults to |