Skip to main content

Quantile regression forests compatible with scikit-learn.

Project description

quantile-forest

PyPI - Version License GitHub Actions Codecov Code Style black DOI

quantile-forest offers a Python implementation of quantile regression forests compatible with scikit-learn.

Quantile regression forests (QRF) are a non-parametric, tree-based ensemble method for estimating conditional quantiles, with application to high-dimensional data and uncertainty estimation [1]. The estimators in this package are performant, Cython-optimized QRF implementations that extend the forest estimators available in scikit-learn to estimate conditional quantiles. The estimators can estimate arbitrary quantiles at prediction time without retraining and provide methods for out-of-bag estimation, calculating quantile ranks, and computing proximity counts. They are compatible with and can serve as drop-in replacements for the scikit-learn forest regressors.

Example of fitted model predictions and prediction intervals on California housing data (code)

Quick Start

To install quantile-forest from PyPI using pip:

pip install quantile-forest

To install quantile-forest from conda-forge using conda:

conda install quantile-forest -c conda-forge

Usage

from quantile_forest import RandomForestQuantileRegressor
from sklearn import datasets
X, y = datasets.fetch_california_housing(return_X_y=True)
qrf = RandomForestQuantileRegressor()
qrf.fit(X, y)
y_pred = qrf.predict(X, quantiles=[0.025, 0.5, 0.975])

Documentation

An installation guide, API documentation, and examples can be found in the documentation.

References

[1] N. Meinshausen, "Quantile Regression Forests", Journal of Machine Learning Research, 7(Jun), 983-999, 2006. http://www.jmlr.org/papers/volume7/meinshausen06a/meinshausen06a.pdf

Citation

If you use this package in academic work, please consider citing https://joss.theoj.org/papers/10.21105/joss.05976:

@article{Johnson2024,
    doi = {10.21105/joss.05976},
    url = {https://doi.org/10.21105/joss.05976},
    year = {2024},
    publisher = {The Open Journal},
    volume = {9},
    number = {93},
    pages = {5976},
    author = {Reid A. Johnson},
    title = {quantile-forest: A Python Package for Quantile Regression Forests},
    journal = {Journal of Open Source Software}
}

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

quantile_forest-1.4.2.tar.gz (511.6 kB view details)

Uploaded Source

Built Distributions

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

quantile_forest-1.4.2-cp314-cp314-win_amd64.whl (908.3 kB view details)

Uploaded CPython 3.14Windows x86-64

quantile_forest-1.4.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

quantile_forest-1.4.2-cp314-cp314-macosx_11_0_arm64.whl (730.4 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

quantile_forest-1.4.2-cp314-cp314-macosx_10_15_x86_64.whl (738.8 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

quantile_forest-1.4.2-cp314-cp314-macosx_10_15_universal2.whl (971.2 kB view details)

Uploaded CPython 3.14macOS 10.15+ universal2 (ARM64, x86-64)

quantile_forest-1.4.2-cp313-cp313-win_amd64.whl (889.7 kB view details)

Uploaded CPython 3.13Windows x86-64

quantile_forest-1.4.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

quantile_forest-1.4.2-cp313-cp313-macosx_11_0_arm64.whl (720.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

quantile_forest-1.4.2-cp313-cp313-macosx_10_13_x86_64.whl (730.0 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

quantile_forest-1.4.2-cp313-cp313-macosx_10_13_universal2.whl (960.9 kB view details)

Uploaded CPython 3.13macOS 10.13+ universal2 (ARM64, x86-64)

quantile_forest-1.4.2-cp312-cp312-win_amd64.whl (889.6 kB view details)

Uploaded CPython 3.12Windows x86-64

quantile_forest-1.4.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

quantile_forest-1.4.2-cp312-cp312-macosx_11_0_arm64.whl (721.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

quantile_forest-1.4.2-cp312-cp312-macosx_10_13_x86_64.whl (731.3 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

quantile_forest-1.4.2-cp312-cp312-macosx_10_13_universal2.whl (963.4 kB view details)

Uploaded CPython 3.12macOS 10.13+ universal2 (ARM64, x86-64)

quantile_forest-1.4.2-cp311-cp311-win_amd64.whl (886.4 kB view details)

Uploaded CPython 3.11Windows x86-64

quantile_forest-1.4.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

quantile_forest-1.4.2-cp311-cp311-macosx_11_0_arm64.whl (718.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

quantile_forest-1.4.2-cp311-cp311-macosx_10_9_x86_64.whl (726.8 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

quantile_forest-1.4.2-cp311-cp311-macosx_10_9_universal2.whl (957.8 kB view details)

Uploaded CPython 3.11macOS 10.9+ universal2 (ARM64, x86-64)

quantile_forest-1.4.2-cp310-cp310-win_amd64.whl (886.1 kB view details)

Uploaded CPython 3.10Windows x86-64

quantile_forest-1.4.2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

quantile_forest-1.4.2-cp310-cp310-macosx_11_0_arm64.whl (719.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

quantile_forest-1.4.2-cp310-cp310-macosx_10_9_x86_64.whl (727.7 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

quantile_forest-1.4.2-cp310-cp310-macosx_10_9_universal2.whl (959.6 kB view details)

Uploaded CPython 3.10macOS 10.9+ universal2 (ARM64, x86-64)

quantile_forest-1.4.2-cp39-cp39-win_amd64.whl (888.0 kB view details)

Uploaded CPython 3.9Windows x86-64

quantile_forest-1.4.2-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

quantile_forest-1.4.2-cp39-cp39-macosx_11_0_arm64.whl (720.0 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

quantile_forest-1.4.2-cp39-cp39-macosx_10_9_x86_64.whl (728.8 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

quantile_forest-1.4.2-cp39-cp39-macosx_10_9_universal2.whl (961.5 kB view details)

Uploaded CPython 3.9macOS 10.9+ universal2 (ARM64, x86-64)

File details

Details for the file quantile_forest-1.4.2.tar.gz.

File metadata

  • Download URL: quantile_forest-1.4.2.tar.gz
  • Upload date:
  • Size: 511.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for quantile_forest-1.4.2.tar.gz
Algorithm Hash digest
SHA256 35fcc2ad7becc79b313d48fe7df90b7d3668dd6d7aeb5d2de0a2d2ae8ce100d8
MD5 8df8a7ce4b8b0919d8887f18dffd18cc
BLAKE2b-256 ac8b33ef2430939dea01cefaefa0e8d97a621ee2806dd78d27683ee0c541c3ec

See more details on using hashes here.

File details

Details for the file quantile_forest-1.4.2-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for quantile_forest-1.4.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 22fb21fa730d910d88c18213fd6249fd8c27f81fe545f02e5b143a4dd0e6c998
MD5 789772d61f93f1c9258122f8e22899b6
BLAKE2b-256 4dcf062ee9bf593970e60082f6c7280e7c077ea9264a2cbf9f3798bb91ebf44f

See more details on using hashes here.

File details

Details for the file quantile_forest-1.4.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for quantile_forest-1.4.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 365355a13b68b8c55881320e1d7af15860c1455e30f454da17bf51eeeb940e95
MD5 e3aa5e86910ecd7612714a96b5c0f624
BLAKE2b-256 90548f44697790ee19e195aa41b6fc0e8a8936386988bbc40ded2551e55398bf

See more details on using hashes here.

File details

Details for the file quantile_forest-1.4.2-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for quantile_forest-1.4.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9ca4a0cdf761963bfc426f36f2da294f0b2a77e6f90e0e94b4a2a1559b9eec8e
MD5 a7fc1e45cb9fbbaec2c53b731b52c04d
BLAKE2b-256 5312ad7e0972001b5f413ce91ec44487872452cccc50b4f688d6dcf2e2c1cd31

See more details on using hashes here.

File details

Details for the file quantile_forest-1.4.2-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for quantile_forest-1.4.2-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d72549b703b597b0f5375f5d7c395c8a0a71ceebc31a28080727a823e9d2e15a
MD5 3e81ca1299ad256f705e33a9a060c973
BLAKE2b-256 4b7e2c12a5df3407c9acce63ea83c33f98e6293db483b9811189cf514439401a

See more details on using hashes here.

File details

Details for the file quantile_forest-1.4.2-cp314-cp314-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for quantile_forest-1.4.2-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 85c13f51c74a30de275940368534c5b6438befcd2fdc7aa9d567bb0cc84c1830
MD5 31b89b7a125350548e1ce66955df8c92
BLAKE2b-256 d608196aeaff46a981c68efdbdda02bf40f3b039f9beef72bd9f6650a82c2ae3

See more details on using hashes here.

File details

Details for the file quantile_forest-1.4.2-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for quantile_forest-1.4.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 04b5c1c828159e79c3917262c9f288b1cf0bf4597c73af767164dab85e993796
MD5 15606250ae8f85a764ab59b8dcd219f3
BLAKE2b-256 379dbb84feaf94a5e25d5d24281240fe333b973ac5bf8d8b62571c87802e0d34

See more details on using hashes here.

File details

Details for the file quantile_forest-1.4.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for quantile_forest-1.4.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7d936a6a25688ee1169b27fd0bd4446ebad9b71d8c3a0c24b0a29a9078718aad
MD5 24493cdf923a2a5c46a104cb7646d044
BLAKE2b-256 5706ffe86783c965c17c6691c4ebf0e1fcaadffe8739c197486ddaa37eedb06c

See more details on using hashes here.

File details

Details for the file quantile_forest-1.4.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for quantile_forest-1.4.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9baf6bc66c6abda95f56d3dd8235b8578a0ccc884189850c9b0c9cf2d86d4b53
MD5 83a946f18350bf38818a1e76c03d9f71
BLAKE2b-256 55c4e27a18a9ebd814f982e6b272fe0d3240af07842efd3c17db0e9f16dd002c

See more details on using hashes here.

File details

Details for the file quantile_forest-1.4.2-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for quantile_forest-1.4.2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 35e761a4161c2dc453d1fa7a4da70aa5fdace52550facc5a69a76679e25317c4
MD5 2634a2c91089ff5f611883d5a69c4eb2
BLAKE2b-256 38053cf2a24120e58774ffea0bfac7532d79d222a8df08568bc695e97609d5f3

See more details on using hashes here.

File details

Details for the file quantile_forest-1.4.2-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for quantile_forest-1.4.2-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 414a9318d74fd68eb4a61d686617fc76cf3132369102e29d6fe166f87cfe5a6d
MD5 ac8515651e9ff79cea470adb72bd6bf2
BLAKE2b-256 1b9e02a5aefd28e241cfdfb3cde12be164c7dee0e232a794192756f4e2aa9dd0

See more details on using hashes here.

File details

Details for the file quantile_forest-1.4.2-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for quantile_forest-1.4.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2e7d4a29240e4f8f2b97b500661bca889e0b23e2b603058b663d46b4a4936ecd
MD5 e8ba4caea3b69efabe65d8d966af426f
BLAKE2b-256 a3490b226cba754870aee390d9d40a970aa7c5e9f6716fa4816466c9e4b643d4

See more details on using hashes here.

File details

Details for the file quantile_forest-1.4.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for quantile_forest-1.4.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 614ae2b8c278d243b1bd52943a959f1b0d0bb0009ad892ac8fc048d297856288
MD5 3411730466c6d8e667a1f8693390d328
BLAKE2b-256 cc9d18f1157f50b91d91507d8f54d5cbdf9857fc08f8d571a719b2116fbf403b

See more details on using hashes here.

File details

Details for the file quantile_forest-1.4.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for quantile_forest-1.4.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 32e0106356f44d18922203ba5fa3cd5fb5187f8b4972bbe001f093136b21253b
MD5 2451ccbbfcc28941b5d7608dff1818e2
BLAKE2b-256 5c89025640ab455295a7b3dbc4128ffed718b26b5d8290d4624d05a3cc37d977

See more details on using hashes here.

File details

Details for the file quantile_forest-1.4.2-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for quantile_forest-1.4.2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b54e479882a171528073fb0c8fd871bf960862d314fc252e9f0199beed508695
MD5 47cd5cd3a997c2d50b7553c1434ab2f2
BLAKE2b-256 9dc3247a04f70854cecd3b4eb7742b3eade0df9f21a3897ae6182af36616ecf9

See more details on using hashes here.

File details

Details for the file quantile_forest-1.4.2-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for quantile_forest-1.4.2-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 70c95cf2b504cdb69fe54e38c9bcfa891dfbf2d91e9961de12b857b8b5f49640
MD5 564c84bd2da0816b41c379293debb5a4
BLAKE2b-256 b7106749fd2ba3495c269c27bdcd5620ff7ca92532333113966a6a5fbe6e1098

See more details on using hashes here.

File details

Details for the file quantile_forest-1.4.2-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for quantile_forest-1.4.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 515d435677350613cac3d71b320d388dc3c4ad4076aa0ed5ca3deffda7ca6244
MD5 22046ee3c4df2e306beaf5735f41f45b
BLAKE2b-256 1be8cd40827446e96be161271f0a2358a2162c23cf55ec0ba4f62c3eb07661e3

See more details on using hashes here.

File details

Details for the file quantile_forest-1.4.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for quantile_forest-1.4.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5f7ddff4ea60235f6006162bbf5c4e18c707abd6f48ba5efb0c3c2c118b8af3a
MD5 8a75e898e3f40b35332c002cd466c9cc
BLAKE2b-256 5cbcf62c2725c5d2474670e5d04a58c3bc92669095955f7cb112a4ae89b5a7f1

See more details on using hashes here.

File details

Details for the file quantile_forest-1.4.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for quantile_forest-1.4.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 79611a00563414d1169a4969ad753786915051fd22a3a26c6db51cbb06313477
MD5 7914f5e9db39116bd649ab7ce5d3ee41
BLAKE2b-256 70a2d7b0349083d4576387c034f0616b29f8ee542d781e516100398f2cc03e0f

See more details on using hashes here.

File details

Details for the file quantile_forest-1.4.2-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for quantile_forest-1.4.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8bfffbc250614b8d9c0ef5329f14e06374934c1a1fa7707dd69bcd4cb2342bbc
MD5 8657362b5388964134d03ab8cf1a99bc
BLAKE2b-256 d0359c32d0decf38bf807b0e64c29c5556ad77fc220e0c9427915806644876a4

See more details on using hashes here.

File details

Details for the file quantile_forest-1.4.2-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for quantile_forest-1.4.2-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 6c8c181e05ca044aa4eaa6b9a64c08b21321cb73f28972a96be17ce938afddbc
MD5 c552e25649693bda850bde3c2d363dd7
BLAKE2b-256 49dba4849689dcf74a2fc696813bbca0cadf4108fb363ad5cee8fe927e4c4049

See more details on using hashes here.

File details

Details for the file quantile_forest-1.4.2-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for quantile_forest-1.4.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1e66f7fbab2da55ad77ea73749d3408e30794a6a80a75be658181e2d4c30e105
MD5 96feded935a82c64fb580702fc9ef578
BLAKE2b-256 531039d6d499fb0c9846a71e47d81b2ab91eb65baa74db5cb3cd1bae3e91769b

See more details on using hashes here.

File details

Details for the file quantile_forest-1.4.2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for quantile_forest-1.4.2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c9064d6d62c5918b1ebbd2277ef3157b5e8154934d8b9edce56e58a35ff6baf6
MD5 ba10db474a6c1d394a1a42c1c5a04fa9
BLAKE2b-256 5b1f80ff0908aa67a4336a64cd9fb5f92ff5293d4acb48a8852557eeedd71090

See more details on using hashes here.

File details

Details for the file quantile_forest-1.4.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for quantile_forest-1.4.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5bdbb641eac9b9a34ba18e7add5603a6692b05ad527cdab6d812ba89245cea29
MD5 4ec35c0a8bac33741e95ac7307edc456
BLAKE2b-256 915cb14fc0ea570c4d921b3776aab37fa67e8fc92e9e7795e21b33c2aac77a40

See more details on using hashes here.

File details

Details for the file quantile_forest-1.4.2-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for quantile_forest-1.4.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a25d403c0a101a8192709fa1c2e170dcd9da5a906b11b0e2c65e5d4232d50805
MD5 298fe65e0b4a5a180e89b81a54faec38
BLAKE2b-256 463632852bd0e0745bbdc17d2973e7d57f3bb28f8dce080d68afc0f818d4214e

See more details on using hashes here.

File details

Details for the file quantile_forest-1.4.2-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for quantile_forest-1.4.2-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 ae5b95a10b57eed101dace9b7e329148df582bdd28c669a65492d0476bb71ab9
MD5 d66929ec8ae563ed4002ba5cbbe46895
BLAKE2b-256 a878b4b3baf5070e77188b41b24586ed20a3716bcce2578a8f0977782f7c9ebe

See more details on using hashes here.

File details

Details for the file quantile_forest-1.4.2-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for quantile_forest-1.4.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e1f4938dcfcd5d71d9d29cc54c2f9cfe59d704988ba94a42ea1235e2d19e2022
MD5 374aaf2e2737bf4839c59bbc67665926
BLAKE2b-256 744cbc6ca4f1b0d5611dbf3bfcd4f04ff9cc2f905ad2914e4a0c385cd449f0a6

See more details on using hashes here.

File details

Details for the file quantile_forest-1.4.2-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for quantile_forest-1.4.2-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5675f078213197875afbc9fd3fdbe606f64d652062e927cdcc068a985b8031d3
MD5 41c2bbf53baa2c82217265f8328bd645
BLAKE2b-256 0101171782adf22d7fc1743978b7a62cbf1a1f91237591d62d2aecc20e34a5d4

See more details on using hashes here.

File details

Details for the file quantile_forest-1.4.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for quantile_forest-1.4.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a23633fe9604502db23012a5d4cde1150e9dacda2f0db8825e8e4a583f24c1d8
MD5 7040449ba2f81269c742a69a57f62a40
BLAKE2b-256 b46f33f4d7218bc9e4fb5c660e03022305c61d3f66b05ff9fc042b5c6be85c2c

See more details on using hashes here.

File details

Details for the file quantile_forest-1.4.2-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for quantile_forest-1.4.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1fc30e6ef30c4e6a7aeda8da61a0cbd9eb44988eaf54c9901cd94d91b9973c02
MD5 0562e7725a2d4a8639988cb5db28910f
BLAKE2b-256 f751660a12c29bafc50d18eb9126e2386596aa85d4deba03211d02813032ba43

See more details on using hashes here.

File details

Details for the file quantile_forest-1.4.2-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for quantile_forest-1.4.2-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 36f13d617e56564ceaf66da0d58cba79d885cab8ee3e409a945c616a8e3c0e35
MD5 d16dabae6d98cb03d44dca34bf457f93
BLAKE2b-256 fe0dbdb8bc20641aa66d405122344a92dd344a73ea388fe990806c62bb80214d

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