python_stepwiseSelection icon indicating copy to clipboard operation
python_stepwiseSelection copied to clipboard

Running this script

Open mwerwee opened this issue 2 years ago • 0 comments

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"

mwerwee avatar Jan 31 '23 09:01 mwerwee