Skip to main content

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

If you're not sure about the file name format, learn more about wheel file names.

omniregress-2.1.0-cp312-cp312-manylinux_2_34_x86_64.whl (275.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ x86-64

File details

Details for the file omniregress-2.1.0-cp312-cp312-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for omniregress-2.1.0-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 6fab5ebdbc421c3710067bc8e5ed37e80e2ff07513c85eee455295e11504425b
MD5 60e98db0ef7a0e25c72b2e8d6d3496be
BLAKE2b-256 0ba65a30aa3325cf30745fc799c2b9bbe28adacea5e7d6637d750ffe8cd6e77f

See more details on using hashes here.

Supported by

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