-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstacking_methods.txt
More file actions
15 lines (13 loc) · 865 Bytes
/
stacking_methods.txt
File metadata and controls
15 lines (13 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
+-----------------+ +-----------------+ +-----------------+
| Base Learner 1 | --> | Predictions 1 | --> | |
+-----------------+ +-----------------+ | Meta-Learner | --> Final Predictions
| Base Learner 2 | --> | Predictions 2 | --> | |
+-----------------+ +-----------------+ +-----------------+
| Base Learner 3 | --> | Predictions 3 | --> | |
+-----------------+ +-----------------+ +-----------------+
^
| Test Predictions
+-----------------+
| Test Data |
+-----------------+
[STACKING MODEL ARCHITECTURE]