automl / RoBO

RoBO: a Robust Bayesian Optimization framework
BSD 3-Clause "New" or "Revised" License
482 stars 133 forks source link

Add remaining options of pyrfr random forest. #107

Closed dekuenstle closed 5 years ago

dekuenstle commented 5 years ago

The constructor missed compute_oob_error and compute_law_of_total_variance.

All pyrfr options are listed here: https://github.com/automl/random_forest_run/blob/c89e854d0f054ba42a5112778938bf1219d05d6f/include/rfr/forests/forest_options.hpp#L38

They are all used in the regression_forest according to https://github.com/automl/random_forest_run/blob/c89e854d0f054ba42a5112778938bf1219d05d6f/include/rfr/forests/regression_forest.hpp