Regression Tree - exercise
Introduction to Machine Learning Algorithms course - Session 2
Exercise 2
- Partition data into train and test set
- Train a Regression Tree model
- Apply the trainel model to the test set
- Handle missing values
- Evaluate the model performances with the Numeric Scorer
Introduction to Machine Learning Algorithms course - Session 2
Exercise 2
- Partition data into train and test set
- Train a Regression Tree model
- Apply the trainel model to the test set
- Handle missing values
- Evaluate the model performances with the Numeric Scorer