Skip to content

Commit

Permalink
Added links to Krishna's tree notes
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrosenberg committed Aug 5, 2018
1 parent a655d71 commit 8950911
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/lectures-new.yml
Expand Up @@ -233,6 +233,9 @@
Summary: "We begin our discussion of nonlinear models with tree models. We first describe the hypothesis space of decision trees, and we discuss some complexity measures we can use for regularization, including tree depth and the number of leaf nodes. The challenge starts when we try to find the regularized empirical risk minimizer (ERM) over this space for some loss function. It turns out finding this ERM is computationally intractable. We discuss a standard greedy approach to tree building, both for classification and regression, in the case that features take values in any ordered set. We also describe an approach for handling categorical variables (in the binary classification case) and missing values."
Slides: "https://davidrosenberg.github.io/mlcourse/Archive/2017Fall/Lectures/10a.trees.pdf"
Video: "https://www.youtube.com/embed/GZuweldJWrM"
Notes:
- {Categorical variables with trees (ipynb): "https://github.com/davidrosenberg/mlcourse/blob/gh-pages/Contrib/trees/categorical_variables.ipynb"}
- {Missing data and surrogate splits (ipynb): "https://github.com/davidrosenberg/mlcourse/blob/gh-pages/Contrib/trees/surrogate_split.ipynb"}
CChecks:
- {"Homework 6: §6": "#assignment-homework-6"}
References:
Expand Down

0 comments on commit 8950911

Please sign in to comment.