02.02 Regression Tree - exercise
[L4-ML] Machine Learning Algorithms - Specialization
02 Regression Models
- 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