The uplifting development of Artificial Intelligence and Machine learning has introduced many new technologies for a well shaped society. The Backward Elimination is also one of them. It is one of the method of machine learning part to find the best subset of features from a given set of features. This technique made possible to reduce the chances of overfitting the data and make the linear regression model more interpretable. It works by iteratively removing features that are not predictive of the target variable or have the least predictive power. ![]()
A
aparna YADAV· 3 years ago
Simplifying learning through practical guides, educational resources, and easy-to-understand explanations.What is Backward Elimination?
2
Join this conversation
Replying to the question above
Answered on12/16/22
R
Technical Writer
0
Replying to the question above
Answered on12/15/22
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.

0
