v4.3.1
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 inQuantileRegressionTree
andQuantileRegressionForest
has been changed torandom_state
to be consistent withDecisionTreeRegressor
, and
to avoid anAttributeError
when accessing the estimators of a
QuantileRegressionForest
.