Skip to content

Commit

Permalink
Strip outputs from .ipynb files [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
metricsml-bot committed Aug 4, 2024
1 parent 0b97e0f commit 62ac53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PM3/r_functional_approximation_by_nn_and_rf.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ library(gbm)
library(keras)
```

# Functional Approximation by a Tree
# Function Approximation by a Tree

We play around with the penalty level $cp$ below to illustrate how it affects the complexity of tree. Recall we may use this to prune the tree to improve predictive performance and lessen the noise in our final estimate. A simple penalty would be the number of leaves times a penalty level $\alpha$.

Expand Down

0 comments on commit 62ac53a

Please sign in to comment.