Regression Tree
Regression Tree: predict house price.
- 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
Regression Tree: predict house price.
- 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