- Imported Dataset
- Seperated Features and Labels (Finding Dependent and Independent Variables)
- Dependent variable should be Vector
- Independent variable should be Matrix
- Splitting Data into Training and Test Sets
- Feature Scaling -- Optional
- Standardization using StandardScaler Class)
- Training Linear Mode (On Training Set)
- Optimal Coefficients
- Model has to find the most optimal coeffients for all the attributes.
- Prediction