https://github.com/chekoduadarsh/backward-elimination-in-python
https://github.com/chekoduadarsh/backward-elimination-in-python
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chekoduadarsh/backward-elimination-in-python
- Owner: chekoduadarsh
- Created: 2018-02-09T17:04:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-09T17:10:09.000Z (over 7 years ago)
- Last Synced: 2025-02-08T15:48:01.557Z (4 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backward-Elimination
Backward elimination starts with all of the predictors in the model. The variable that is least significant--that is, the one with the largest P value--is removed and the model is refitted. Each subsequent step removes the least significant variable in the model until all remaining variables have individual P values smaller than some value, such as 0.05 or 0.10.