Linear Regression - solution
Introduction to Machine Learning Algorithms course - Session 2
Solution to exercise 1
- Partition data into training and test set
- Train a linear regression model
- Apply the trained model to the test set
- Handle missing values
- Evaluate the model performance with the Numeric Scorer node
Introduction to Machine Learning Algorithms course - Session 2
Solution to exercise 1
- Partition data into training and test set
- Train a linear regression model
- Apply the trained model to the test set
- Handle missing values
- Evaluate the model performance with the Numeric Scorer node