diff --git a/smac/model/random_forest/random_forest.py b/smac/model/random_forest/random_forest.py index a3e00deef..6a798694d 100644 --- a/smac/model/random_forest/random_forest.py +++ b/smac/model/random_forest/random_forest.py @@ -77,7 +77,7 @@ def __init__( self._rf_trainer = RFTrainer( self._bounds, seed, n_trees, bootstrapping, max_features, min_samples_split, min_samples_leaf, max_depth, eps_purity, max_nodes, n_points_per_tree, - # background_training=Concurrency.MULTIPROC + background_training=Concurrency.MULTIPROC ) self._log_y = log_y