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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file modelselect-0.0.1.tar.gz
.
File metadata
- Download URL: modelselect-0.0.1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e436cbc297d884761ad1d9b67b914b39857322b5958f6bc50055001e6479a4a |
|
MD5 | 63d94fb334b432ba366b9271d725ed01 |
|
BLAKE2b-256 | f4cd1f32200c2311fbf53dea7a0e61cab635cca5558f5c3c86d10a4d6f7efdca |
File details
Details for the file modelselect-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: modelselect-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f0d5139c22fc8de80fa0343ad8126223b107eb0e4d34b3bc21ccacda2293a11 |
|
MD5 | b7020a0d685b66bae1adb5685cf01e56 |
|
BLAKE2b-256 | 7dd807e8e3d6850761b02266a735a3d133d871ed87507c82daa62bf61daf0c9e |