In machine learning, the backward elimination method is used to select the best subset of characteristics from a given set of features. It operates by repeatedly eliminating features with low or no predictive value for the target variable.
Fitting a multivariate linear regression model incorporating each of the independent variables is the first step in the backward elimination procedure. A new model fits once the variable with the greatest p-value is eliminated from the original one.






