SkillAgentSearch skills...

Stepwisereg

Stepwise Regression-Python

Install / Use

/learn @avinashbarnwal/Stepwisereg
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

Related Skills

View on GitHub
GitHub Stars29
CategoryDevelopment
Updated1y ago
Forks17

Languages

Jupyter Notebook

Security Score

65/100

Audited on Jul 22, 2024

No findings