Skip to content

v4.3.1

Compare
Choose a tag to compare
@saattrupdan saattrupdan released this 20 Mar 18:37
· 91 commits to main since this release
b186103

Fixed

  • Previously, all the trees in QuantileRegressionForest were the same. This has now
    been fixed. Thanks to @gugerlir for noticing this!
  • The random_seed argument in QuantileRegressionTree and QuantileRegressionForest
    has been changed to random_state to be consistent with DecisionTreeRegressor, and
    to avoid an AttributeError when accessing the estimators of a
    QuantileRegressionForest.