Scikit hurdle estimator
Project description
Hurdle
This package contains an implementation of Hurdle Regression, based in part on Geoff Ruddocks implementation and Håvard Hegres 2022 adaption of his implementation.
Usage
from hurdle import HurdleEstimator
from sklearn import linear_model
est = HurdleEstimator(linear_model.LogisticRegression(), linear_model.LinearModel())
est.fit(...)
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
hurdle-0.1.0.tar.gz
(2.7 kB
view details)
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 hurdle-0.1.0.tar.gz.
File metadata
- Download URL: hurdle-0.1.0.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/60.0.3 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc248f5df947052a8b650a5f56f631e0f135fa067fc79aa8d66452cf812606ad
|
|
| MD5 |
bdf153c6db574acc7ccd86773f858e50
|
|
| BLAKE2b-256 |
41f330bdf62732d9e10ce2b7c0bb0ed2ae2650ca03317f95b8563d24de069e26
|
File details
Details for the file hurdle-0.1.0-py3-none-any.whl.
File metadata
- Download URL: hurdle-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/60.0.3 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd1927b1e7ba9861603ebef70f42cbc566347ddc09a31b10f4e71940c65fc5cf
|
|
| MD5 |
d5bd056edc2a3de8b7f995d0784f2bd4
|
|
| BLAKE2b-256 |
eeb29b694b290914a8d8b139c188c47e3b96298bf5db6b8a3726e040a1f1af38
|