Module 9: Random Forests, Neural Nets & Transformations
Topic: Random forests, neural networks, MANOVA, data transformations (log, Box-Cox, etc.).
Learning Objectives
- Fit random forests with
randomForestand interpret variable importance - Build a simple neural network with
neuralnet - Perform MANOVA for multivariate response variables
- Apply and interpret common data transformations
Slides
R Code
Key Packages
library(caret)
library(randomForest)
library(neuralnet)Note
Note
No class Wednesday (Thanksgiving eve). Only Monday lecture this week.
Assignment
HW9: Random Forest & Neural Networks — due Module 10 Wednesday. Submit on Canvas.
Final Assignment released this week — see Assignments.