Outcome / partial residual used to sample an additive model.
Outcome.Rd
The outcome class is wrapper around a vector of (mutable) outcomes for ML tasks (supervised learning, causal inference). When an additive tree ensemble is sampled, the outcome used to sample a specific model term is the "partial residual" consisting of the outcome minus the predictions of every other model term (trees, group random effects, etc...).
Methods
Method add_vector()
Update the current state of the outcome (i.e. partial residual) data by adding the values of update_vector
Method subtract_vector()
Update the current state of the outcome (i.e. partial residual) data by subtracting the values of update_vector