Skip to main content

Scikit hurdle estimator

Project description

Hurdle

tests status

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hurdle-2.0.0.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

hurdle-2.0.0-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

Supported by

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