8000 GitHub - baiyaoqian/stepwisereg: Stepwise Regression-Python
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Stepwise Regression-Python

Notifications You must be signed in to change notification settings

baiyaoqian/stepwisereg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stepwise-Regression

PyPI version

Stepwise Regression in Python.

Table of Contents

About Stepwisereg

Sklearn doesn't support stepwise regression. This package implements stepwise regression using aic. I have implemented using AIC and it has been motivated from http://trevor-smith.github.io/stepwise-post/. It is to similar to R-Stepwise having null and full models formula.

Codemap

This package has main class stepwisereg.py and test case is here.

Installation

pip install stepwisereg

Quick Start

Test case is here

Documentation

Contributing

License

About

Stepwise Regression-Python

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 52.0%
  • Python 48.0%
0