- Python Machine Learning By Example
- Yuxi (Hayden) Liu
- 57字
- 2021-07-02 22:57:20
Stacking
Stacking takes the outputs of machine learning estimators and then uses those as inputs for another algorithm. You can, of course, feed the output of the higher-level algorithm to another predictor. It is possible to use any arbitrary topology, but for practical reasons you should try a simple setup first as also dictated by Occam's razor.
推薦閱讀
- Practical Data Analysis Cookbook
- Progressive Web Apps with React
- ASP.NET Core 5.0開發(fā)入門與實(shí)戰(zhàn)
- Interactive Data Visualization with Python
- 秒懂設(shè)計(jì)模式
- Julia Cookbook
- Hands-On Enterprise Automation with Python.
- 全棧自動(dòng)化測試實(shí)戰(zhàn):基于TestNG、HttpClient、Selenium和Appium
- 匯編語言編程基礎(chǔ):基于LoongArch
- Implementing Microsoft Dynamics NAV(Third Edition)
- Python應(yīng)用開發(fā)技術(shù)
- MongoDB Administrator’s Guide
- 高性能MVVM框架的設(shè)計(jì)與實(shí)現(xiàn):San
- R語言與網(wǎng)站分析
- MATLAB程序設(shè)計(jì)及應(yīng)用