Steps applied in linear regression modeling
The following steps are applied in linear regression modeling in industry:
Missing value and outlier treatment
Correlation check of independent variables
Train and test random classification
Fit the model on train data
Evaluate model on test data
Last updated
Was this helpful?