# Steps applied in linear regression modeling

<https://www.safaribooksonline.com/library/view/statistics-for-machine/9781788295758/e506736a-169d-47ab-8497-41396a651bef.xhtml>

The following steps are applied in linear regression modeling in industry:

1. Missing value and outlier treatment
2. Correlation check of independent variables
3. Train and test random classification
4. Fit the model on train data
5. Evaluate model on test data
