Skip to content

Releases: zillow/quantile-forest

1.3.11

11 Sep 01:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.10...v1.3.11

1.3.10

01 Sep 04:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.9...v1.3.10

1.3.9

23 Aug 13:53
Compare
Choose a tag to compare

What's Changed

  • Fix Reproduction of scikit-learn Trees with MAE Criterion by @reidjohnson in #77
  • Update documentation and examples

Full Changelog: v1.3.8...v1.3.9

1.3.8

15 Aug 08:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.7...v1.3.8

1.3.7

20 Jun 04:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.6...v1.3.7

1.3.6

23 May 06:31
Compare
Choose a tag to compare

What's Changed

  • Fix import of scikit-learn 1.5 parse_version (#52)
  • Update pre-commit hooks (#53)

Full Changelog: v1.3.5...v1.3.6

1.3.5

15 Apr 14:20
Compare
Choose a tag to compare
  • Fixes fractional max_samples (#47)
  • Adds support for monotonic_cst (#49)

1.3.4

22 Feb 05:49
Compare
Choose a tag to compare
  • Reorders multi-target outputs (#35)
  • Adds tests for model serialization (#36)
  • Updates and fixes to documentation and examples

1.3.3

15 Aug 07:44
Compare
Choose a tag to compare
  • Sets default value of weighted_leaves at prediction time to False (#34).
  • Updates and fixes to documentation and examples

1.3.2

15 Feb 09:45
Compare
Choose a tag to compare
  • Fixes bug in multi-target output when max_samples_leaf > 1 (#30)
  • Updates quantile forest examples (#31)
  • Updates and fixes to documentation (#33)