OmniRegress: A comprehensive Python library for all types of regression analysis.
Project description
OmniRegress
A comprehensive Python library for all types of regression analysis.
Update: 2.1.0
New: Linear Regression implemented from scratch in Rust!
🔵 Basic Regression Models
- [✅] Linear Regression - Models linear relationships. (Usage)
- [✅] Polynomial Regression - Fits nonlinear data with polynomial terms. (Usage)
- Logistic Regression - Binary classification (technically regression).
- Ridge Regression (L2) - Prevents overfitting via L2 penalty.
- Lasso Regression (L1) - Performs feature selection via L1 penalty.
- Elastic Net - Combines L1 + L2 regularization.
🟢 Specialized Regression
- Poisson Regression - For count data (e.g., website visits).
- Cox Regression - Survival/time-to-event analysis.
- Quantile Regression - Predicts specific percentiles (e.g., median).
- Bayesian Regression - Incorporates prior distributions.
🟠 Nonlinear & ML-Based
- Support Vector Regression (SVR) - Uses kernels for complex patterns.
- Decision Tree Regression - Splits data into hierarchical rules.
- Random Forest Regression - Ensemble of decision trees.
- Neural Network Regression - Deep learning for high-dimensional data.
🟣 Other Advanced Types
- Gaussian Process Regression - Probabilistic nonlinear modeling.
- Negative Binomial Regression - Overdispersed count data.
- Multinomial Logistic Regression - Multi-class classification.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file omniregress-2.1.0-cp312-cp312-manylinux_2_34_x86_64.whl.
File metadata
- Download URL: omniregress-2.1.0-cp312-cp312-manylinux_2_34_x86_64.whl
- Upload date:
- Size: 275.3 kB
- Tags: CPython 3.12, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6fab5ebdbc421c3710067bc8e5ed37e80e2ff07513c85eee455295e11504425b
|
|
| MD5 |
60e98db0ef7a0e25c72b2e8d6d3496be
|
|
| BLAKE2b-256 |
0ba65a30aa3325cf30745fc799c2b9bbe28adacea5e7d6637d750ffe8cd6e77f
|