hschap

Results 2 issues of hschap

The documentation has sample_weight as an available parameter for RandomForestQuantileRegressor.fit(X, y) here: https://scikit-garden.github.io/api/#skgardenquantile_1 however it throws an error when trying to do this. It works for DecisionTreeQuantileRegressor but not for...

The nimbusml documentation says it's a quantile regression forest implementation, but I don't see where to input different quantiles for training or prediction and I don't see a quantiles arg...