Background
- In the previous chapter we introduced
lm()
andglm()
.- successfully handle the range of settings used in the course.
- widely used in professional work
We speak of training these models on the data.
But there is also a notion of machine learning.
Some objectives for introducing tree models:
- Provide insight into the model training process without requiring algebraic sophistication.
- Suggest an answer to the question, “What’s the difference between training and learning?”
- realizing when there is no difference between categories
- picking out a small set of explanatory variables when there are a lot of possibilities.
- Illustrate that there are more modeling techniques than linear and logistic models.
- Show how models can be used for hypothesis generation.