Closed dekuenstle closed 5 years ago
The constructor missed compute_oob_error and compute_law_of_total_variance.
compute_oob_error
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
The constructor missed
compute_oob_error
andcompute_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