02.02 Regression Tree - solution
[L4-ML] Machine Learning Algorithms - Specialization
02 Regression Models
- Partition data into training and test set
- Train a regression tree model
- Apply the trained model to the test set
- Handle missing values
- Evaluate the model performance with the Numeric Scorer node