python_stepwiseSelection
python_stepwiseSelection copied to clipboard
Running this script
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 that.
Usually need statsmodels 0.13 or higher to run, so just run "pip install statsmodels --upgrade"