Robust Anomaly Recognition in Hydraulic Structural Safety Monitoring: A Methodology Based on Deconfounding Boosted Regression Trees
Algorithm 2
Training of a copula debiased boosted regression trees model.
Input: Train data collection , correlation coefficient ρ, loss function L, max iteration number M, and learning rate λ
Output: Regression function 1 //Initialize regression function2whiledo3 //Get residual’s gradient of 45 //Train CART tree with bootstrap method and sample residual’s standard error 6789 //Train a new CART tree to update regression function of 10end11Return