02.01 Linear Regression - exercise
[L4-ML] Machine Learning Algorithms - Specialization
02 Regression Models
- Partition data into train and test set
- Train a linear regression model
- Apply the trained model to the test set
- Handle missing values
- Evaluate the mode performance with the Numeric Scorer