Python_Notes
Ctrlk
  • 介绍
  • Basic Syntax
  • Standard Modules
  • Python Web
  • Python BigData
    • sklearn
      • Preprocessing预处理
      • Feature Selection特征选择
      • Estimator预测器
      • 算法融合
        • Bagging meta-estimator
        • Forests of randomized trees
        • AdaBoost
        • Gradient Tree Boosting
        • Voting Classifier
      • Pipeline管道
      • Model Selection模型选择,算法评估
    • NumPy
    • SciPy
    • matplotlib
  • Python Spider
  • Python Hacker
  • Other Packages
  • Debug
  • inside Packages
  • Python APP
Powered by GitBook
On this page
  1. Python BigData
  2. sklearn
  3. 算法融合

AdaBoost

PreviousForests of randomized treesNextGradient Tree Boosting

Last updated 7 years ago