Skip to content

Releases: zillow/quantile-forest

1.3.1

12 Feb 08:57
Compare
Choose a tag to compare
  • Fixes single-output performance regression (#29)

1.3.0

11 Feb 23:15
Compare
Choose a tag to compare
  • Support for multiple-output quantile regression (#26)
  • Updated conformalized quantile regression example (#28)

1.2.5

10 Feb 11:35
Compare
Choose a tag to compare
  • Fixes weighted leaf and quantile bug in #27

1.2.4

17 Jan 02:53
Compare
Choose a tag to compare
  • Uses base model parameter validation when available.
  • Resolves Cython 3 deprecation warnings.

1.2.3

09 Oct 08:30
Compare
Choose a tag to compare
  • Fixes bug that could prevent interpolation from being correctly applied (#15)
  • Updates to documentation and docstrings

1.2.2

08 Oct 12:32
Compare
Choose a tag to compare
  • Optimized performance for predictions when max_samples_leaf = 1 (#13)
  • Updated documentation and examples (#14)

1.2.1

04 Oct 08:38
Compare
Choose a tag to compare
  • More efficient calculation of weighted quantiles (#11).
  • Support for Python version 3.12

1.2.0

02 Aug 06:38
Compare
Choose a tag to compare
  • Adds optional default_quantiles parameter to the model initialization
  • Updates to documentation

1.1.3

08 Jul 11:18
Compare
Choose a tag to compare
  • Fixes building from the source distribution
  • Minor updates to documentation

1.1.2

23 Mar 04:12
Compare
Choose a tag to compare
  • Fixes for compatibility with development version of scikit-learn
  • Updates to documentation and examples