python_stepwiseSelection icon indicating copy to clipboard operation
python_stepwiseSelection copied to clipboard

Automated Backward and Forward Selection On Python

Results 6 python_stepwiseSelection issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/31680576/232653385-ac55956f-3c18-4d8e-aae1-773ef83363fc.png)

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?