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
Release files for modelselect 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| modelselect-0.0.1.tar.gz | 2.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| modelselect-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.7 kB
Release files / modelselect-0.0.1.tar.gz
| Download URL | modelselect-0.0.1.tar.gz |
|---|---|
| Size | 2.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9e436cbc297d884761ad1d9b67b914b39857322b5958f6bc50055001e6479a4a
|
|
BLAKE2b-256 checksum How to use checksums |
f4cd1f32200c2311fbf53dea7a0e61cab635cca5558f5c3c86d10a4d6f7efdca
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.13
|
Release files / modelselect-0.0.1-py3-none-any.whl
| Download URL | modelselect-0.0.1-py3-none-any.whl |
|---|---|
| Size | 2.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6f0d5139c22fc8de80fa0343ad8126223b107eb0e4d34b3bc21ccacda2293a11
|
|
BLAKE2b-256 checksum How to use checksums |
7dd807e8e3d6850761b02266a735a3d133d871ed87507c82daa62bf61daf0c9e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.13
|