asluchych / tree-based-mi

0 stars 0 forks source link

Presentation #9

Open asluchych opened 4 months ago

asluchych commented 4 months ago
  1. Motivation
    • automatically: little tuning needed
  2. Tree-based methods
    • regression: minimize residual sum of squares
    • classification: minimize Gini index or enthropy
    • recursive binary split: top-down, greedy approach
    • ensemble method: many trees
    • non-prunned tree: grown to its full depth