Skip to main content

A package helps select independent variables for traditional linear regression models

Project description

modelselect

A package helps easily create an optimal linear regression model by removing the insignificant and multicollinearity predictor variables, which can help you reduce the interactive process and tedious work to run the model, estimate it, evaluate it, reestimate and reevaluate it, etc.

Developed by Shouke Wei from Deepsim Academy, Deepsim Intelligence Technology Inc. (c) 2022

Install the package

pip install modelselect

import the package

from modelselect import LRSelector

then use the LRSelector() directly. Or

import modelselect as ms

then use ms.LRSelector()

Document

An example: https://github.com/shoukewei/modelselect/blob/main/docs/example.ipynb

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

modelselect-0.0.1.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

modelselect-0.0.1-py3-none-any.whl (2.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page