Algorithm 1. The algorithm used for developing the stacked model |
Input: training data
Output: a stacking regressor 1: Step 1: perform the training of the base-level regressors 2: for t = 1 to T do 3: Train based on database of A 4: end for 5: Step 2: design new database of predictions 6: for i = 1 to m do 7: , where 8: end for 9: Step 3: perform the training of the meta-regressor 10: perform the training of based on 11: return |