Analyze Data: Training a Linear Regression
This workflow is an example of how to train and evaluate a basic machine learning model for a house price prediction task.
In this case, we train and apply a Linear Regression algorithm. However, the Learner-Predictor construct is common to all supervised algorithms.