Skip to main content

Kernel quantile regression

Project description

Kernel quantile regression

The kernel_quantile_regression package is an open source implementation of the quantile regressor techique introduced in [1].

alt text

Installation

Use the package manager pip to install kernel_quantile_regression.

pip install kernel-quantile-regression

Usage

from kernel_quantile_regression.kqr import KQR

# create model instance
# specify your quantile q and hyperparameters C and gamma
kqr_1=KQR(alpha=q, C=100, gamma=0.5)

# train model
kqr_1.fit(X_train, y_train)

# predict
kqr_1.predict(X_test)

References

[1] Ichiro Takeuchi, Quoc V. Le, Timothy D. Sears, and Alexander J. Smola. 2006. Non- parametric Quantile Estimation. Journal of Machine Learning Research 7, 45 (2006), 1231–1264. https://www.jmlr.org/papers/volume7/takeuchi06a/takeuchi06a.pdf

License

MIT

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

kernel_quantile_regression-0.0.3.tar.gz (3.7 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file kernel_quantile_regression-0.0.3.tar.gz.

File metadata

File hashes

Hashes for kernel_quantile_regression-0.0.3.tar.gz
Algorithm Hash digest
SHA256 89e1ece4e431f59cf9f8b0eb70e912b89a5511f8cd911472e6b510c93607d67e
MD5 9a6d287b7bc6946f17408ff1517f1e31
BLAKE2b-256 ee5851412c22f8d5f152d8f7029599de68d9db7e459578d7a4a8c9696454ab78

See more details on using hashes here.

File details

Details for the file kernel_quantile_regression-0.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for kernel_quantile_regression-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 a0bc94c70697ba5f4f996e6475f5eab5fc419a0cbe3a25f998d6e5cefc6899d8
MD5 a938934b735d212a15eed6797cc4cee4
BLAKE2b-256 4410c8e84e0810d55e1f9ad2149f9965e1aa5f01f19a3e58baef3eabd5478e05

See more details on using hashes here.

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