【机器学习】决策树 ( Decision Tree )

【机器学习】决策树(Decision Tree)

文章目录

  • 【机器学习】决策树(Decision Tree)
  • 1. ID3
    • (1) 信息增益
    • (2) ID3的算法流程
    • (3) 实现ID3
  • 2. C4.5
  • 3. CART
    • (1) 决策桩 Decision Stump
    • (2) 回归CART:最小二乘回归树 least squares regression tree
      • ⚪ 回归CART的例子
    • (3) 分类CART
    • (4) 处理缺失值 Handle missing features
    • (5) 实现CART
      • ⚪ 回归CART from scratch
      • ⚪ 回归CART from sklearn
  • 4. 决策树的剪枝

Decision Tree.

决策树(decision tree)是一种对训练数据集 ( X , y ) (X,y) (X,

你可能感兴趣的:(ChatGPT,DeepSeek,R1,&,大数据AI人工智能大模型,深度学习实战,机器学习,决策树,算法,支持向量机,人工智能)