compute_predictions {tsensembler} | R Documentation |
This function is used to predict new observations using the predictive models comprising an ensemble. It calls on the respective method based on the type of model, and returns the predictions as a list.
compute_predictions(M, form, data)
M |
list of base models; |
form |
formula; |
data |
new data to predict; |