Recent Releases of quantile-forest
quantile-forest - 1.4.0
What's Changed
- Upgrade Minimum sklearn by @brentonmallen1 in https://github.com/zillow/quantile-forest/pull/92
- Refactor Usage of scikit-learn Utilities by @reidjohnson in https://github.com/zillow/quantile-forest/pull/95
- Update Contributor Documentation by @reidjohnson in https://github.com/zillow/quantile-forest/pull/96
- Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.2 by @dependabot in https://github.com/zillow/quantile-forest/pull/93
- Bump pypa/cibuildwheel from 2.20.0 to 2.21.1 by @dependabot in https://github.com/zillow/quantile-forest/pull/94
- Update Typing for Python 3.9+ by @reidjohnson in https://github.com/zillow/quantile-forest/pull/97
- Bump pypa/cibuildwheel from 2.21.1 to 2.21.2 by @dependabot in https://github.com/zillow/quantile-forest/pull/98
- Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.10.3 by @dependabot in https://github.com/zillow/quantile-forest/pull/99
- Bump pypa/cibuildwheel from 2.21.2 to 2.21.3 by @dependabot in https://github.com/zillow/quantile-forest/pull/100
- Add Conda Instructions to Docs by @reidjohnson in https://github.com/zillow/quantile-forest/pull/101
- Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 by @dependabot in https://github.com/zillow/quantile-forest/pull/102
- Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 by @dependabot in https://github.com/zillow/quantile-forest/pull/104
- scikit-learn 1.6 Compatibility by @reidjohnson in https://github.com/zillow/quantile-forest/pull/105
- Bump codecov/codecov-action from 4 to 5 by @dependabot in https://github.com/zillow/quantile-forest/pull/106
- Bump pypa/cibuildwheel from 2.21.3 to 2.22.0 by @dependabot in https://github.com/zillow/quantile-forest/pull/107
- Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 by @dependabot in https://github.com/zillow/quantile-forest/pull/108
New Contributors
- @brentonmallen1 made their first contribution in https://github.com/zillow/quantile-forest/pull/92
Full Changelog: https://github.com/zillow/quantile-forest/compare/v1.3.11...v1.4.0
Scientific Software - Peer-reviewed
- Python
Published by reidjohnson 12 months ago
quantile-forest - 1.3.11
What's Changed
- Refactor Leaf Mapping by @reidjohnson in https://github.com/zillow/quantile-forest/pull/80
- Update Build Linting by @reidjohnson in https://github.com/zillow/quantile-forest/pull/81
- Check
monotonic_cstBefore Fit by @reidjohnson in https://github.com/zillow/quantile-forest/pull/82 - Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 by @dependabot in https://github.com/zillow/quantile-forest/pull/83
- Fix Unaggregated Quantile Ranks by @reidjohnson in https://github.com/zillow/quantile-forest/pull/84
- Fix Cython Build Warnings by @reidjohnson in https://github.com/zillow/quantile-forest/pull/86
- Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 by @dependabot in https://github.com/zillow/quantile-forest/pull/85
- Fix Multi-target Serialization by @reidjohnson in https://github.com/zillow/quantile-forest/pull/88
- Fix Doc Tests by @reidjohnson in https://github.com/zillow/quantile-forest/pull/89
Full Changelog: https://github.com/zillow/quantile-forest/compare/v1.3.10...v1.3.11
Scientific Software - Peer-reviewed
- Python
Published by reidjohnson over 1 year ago
quantile-forest - 1.3.10
What's Changed
- Optimize Leaf Node Mapping by @reidjohnson in https://github.com/zillow/quantile-forest/pull/78
- Refactor Helper Functions by @reidjohnson in https://github.com/zillow/quantile-forest/pull/79
- Update examples, documentation, and build
Full Changelog: https://github.com/zillow/quantile-forest/compare/v1.3.9...v1.3.10
Scientific Software - Peer-reviewed
- Python
Published by reidjohnson over 1 year ago
quantile-forest - 1.3.9
What's Changed
- Fix Reproduction of scikit-learn Trees with MAE Criterion by @reidjohnson in https://github.com/zillow/quantile-forest/pull/77
- Update documentation and examples
Full Changelog: https://github.com/zillow/quantile-forest/compare/v1.3.8...v1.3.9
Scientific Software - Peer-reviewed
- Python
Published by reidjohnson over 1 year ago
quantile-forest - 1.3.8
What's Changed
- Bump pypa/cibuildwheel from 2.19.1 to 2.19.2 by @dependabot in https://github.com/zillow/quantile-forest/pull/63
- Update Interpolation Docstring by @reidjohnson in https://github.com/zillow/quantile-forest/pull/64
- Add Hugging Face Hub Example by @reidjohnson in https://github.com/zillow/quantile-forest/pull/65
- Fix Doc Warning by @reidjohnson in https://github.com/zillow/quantile-forest/pull/66
- Add Tree SHAP Example by @reidjohnson in https://github.com/zillow/quantile-forest/pull/67
- Update Example Plots by @reidjohnson in https://github.com/zillow/quantile-forest/pull/68
- Add Proximity Counts Example by @reidjohnson in https://github.com/zillow/quantile-forest/pull/70
- Add Quantile Ranks Example by @reidjohnson in https://github.com/zillow/quantile-forest/pull/69
- Fix Feature Name Warning by @reidjohnson in https://github.com/zillow/quantile-forest/pull/71
- Bump pypa/cibuildwheel from 2.19.2 to 2.20.0 by @dependabot in https://github.com/zillow/quantile-forest/pull/72
- Fix for
monotonic_cstby @reidjohnson in https://github.com/zillow/quantile-forest/pull/74 - Fix Monotonic Constraint Performance by @reidjohnson in https://github.com/zillow/quantile-forest/pull/75
Full Changelog: https://github.com/zillow/quantile-forest/compare/v1.3.7...v1.3.8
Scientific Software - Peer-reviewed
- Python
Published by reidjohnson over 1 year ago
quantile-forest - 1.3.7
What's Changed
- Compatibility for NumPy 2.0 by @reidjohnson in https://github.com/zillow/quantile-forest/pull/59
- Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 by @dependabot in https://github.com/zillow/quantile-forest/pull/56
- Bump pypa/cibuildwheel from 2.18.1 to 2.19.1 by @dependabot in https://github.com/zillow/quantile-forest/pull/57
Full Changelog: https://github.com/zillow/quantile-forest/compare/v1.3.6...v1.3.7
Scientific Software - Peer-reviewed
- Python
Published by reidjohnson over 1 year ago
quantile-forest - 1.3.6
What's Changed
- Fix import of scikit-learn 1.5
parse_version(https://github.com/zillow/quantile-forest/pull/52) - Update pre-commit hooks (https://github.com/zillow/quantile-forest/pull/53)
Full Changelog: https://github.com/zillow/quantile-forest/compare/v1.3.5...v1.3.6
Scientific Software - Peer-reviewed
- Python
Published by reidjohnson over 1 year ago
quantile-forest - 1.3.5
- Fixes fractional
max_samples(#47) - Adds support for
monotonic_cst(#49)
Scientific Software - Peer-reviewed
- Python
Published by reidjohnson over 1 year ago
quantile-forest - 1.3.4
- Reorders multi-target outputs (#35)
- Adds tests for model serialization (#36)
- Updates and fixes to documentation and examples
Scientific Software - Peer-reviewed
- Python
Published by reidjohnson almost 2 years ago
quantile-forest - 1.3.3
- Sets default value of
weighted_leavesat prediction time to False (#34). - Updates and fixes to documentation and examples
Scientific Software - Peer-reviewed
- Python
Published by reidjohnson almost 2 years ago
quantile-forest - 1.3.2
- Fixes bug in multi-target output when
max_samples_leaf> 1 (#30) - Updates quantile forest examples (#31)
- Updates and fixes to documentation (#33)
Scientific Software - Peer-reviewed
- Python
Published by reidjohnson almost 2 years ago
quantile-forest - 1.3.1
- Fixes single-output performance regression (#29)
Scientific Software - Peer-reviewed
- Python
Published by reidjohnson almost 2 years ago
quantile-forest - 1.3.0
- Support for multiple-output quantile regression (#26)
- Updated conformalized quantile regression example (#28)
Scientific Software - Peer-reviewed
- Python
Published by reidjohnson almost 2 years ago
quantile-forest - 1.2.5
- Fixes weighted leaf and quantile bug in #27
Scientific Software - Peer-reviewed
- Python
Published by reidjohnson almost 2 years ago
quantile-forest - 1.2.4
- Uses base model parameter validation when available.
- Resolves Cython 3 deprecation warnings.
Scientific Software - Peer-reviewed
- Python
Published by reidjohnson almost 2 years ago
quantile-forest - 1.2.3
- Fixes bug that could prevent
interpolationfrom being correctly applied (#15) - Updates to documentation and docstrings
Scientific Software - Peer-reviewed
- Python
Published by reidjohnson over 2 years ago
quantile-forest - 1.2.2
- Optimized performance for predictions when
max_samples_leaf = 1(#13) - Updated documentation and examples (#14)
Scientific Software - Peer-reviewed
- Python
Published by reidjohnson over 2 years ago
quantile-forest - 1.2.1
- More efficient calculation of weighted quantiles (#11).
- Support for Python version 3.12
Scientific Software - Peer-reviewed
- Python
Published by reidjohnson over 2 years ago
quantile-forest - 1.2.0
- Adds optional
default_quantilesparameter to the model initialization - Updates to documentation
Scientific Software - Peer-reviewed
- Python
Published by reidjohnson over 2 years ago
quantile-forest - 1.1.3
- Fixes building from the source distribution
- Minor updates to documentation
Scientific Software - Peer-reviewed
- Python
Published by reidjohnson over 2 years ago
quantile-forest - 1.1.2
- Fixes for compatibility with development version of scikit-learn
- Updates to documentation and examples
Scientific Software - Peer-reviewed
- Python
Published by reidjohnson almost 3 years ago
quantile-forest - 1.1.1
- Fixes for compatibility with scikit-learn 1.2.0
- Fixes to documentation
- Updates to version requirements
Scientific Software - Peer-reviewed
- Python
Published by reidjohnson about 3 years ago
quantile-forest - 1.1.0
- Updates default
max_samples_leafto 1 (previously None). - Updates documentation and unit tests
- Miscellaneous updates for compatibility with scikit-learn >= 1.1.0
This version supports Python versions 3.8 to 3.11. Note that support for 32-bit Python on Windows has been dropped in this release.
Scientific Software - Peer-reviewed
- Python
Published by reidjohnson about 3 years ago
quantile-forest - 1.0.2
- Adds sample weighting by leaf size
Scientific Software - Peer-reviewed
- Python
Published by reidjohnson almost 4 years ago
quantile-forest - 1.0.1
Suppresses UserWarning
Scientific Software - Peer-reviewed
- Python
Published by reidjohnson almost 4 years ago
quantile-forest - 1.0.0
Release 1.0.0
Scientific Software - Peer-reviewed
- Python
Published by reidjohnson almost 4 years ago