For m in 1, …, M steps (trees) do:
-
For q in 1, …, Q outcome variables do:
Fit tree m(q) to residuals, and compute the amount of covariance discrepancy Dm,q(4)
Choose the outcome q* corresponding to the tree that produced the maximum covariance discrepancy Dm,q(4)
Update residuals by subtracting the predictions of the tree fit to outcome q*, multiplied by step-size.
|