python_stepwiseSelection
python_stepwiseSelection copied to clipboard
Automated Backward and Forward Selection On Python

Two minor adjustments needed to get this code running: In the file "stepwiseSelection.py" need to change line 17 to read "import statsmodels.api as sm" - already a pull request for...
Hello, Thanks for the code but how do I get the intercept value and other coefs from the model? Thanks.
Update to support Statsmodels Release 0.12.0
So how is this supposed to be run on python if their is no setup.py?