- Python Machine Learning By Example
- Yuxi (Hayden) Liu
- 58字
- 2025-04-04 14:50:03
Stacking
Stacking takes the output values of machine learning estimators and then uses those as input values for another algorithm. You can, of course, feed the output of the higher-level algorithm to another predictor. It's possible to use any arbitrary topology but, for practical reasons, you should try a simple setup first as also dictated by Occam's razor.