Skip to content

Commit

Permalink
default enable background training to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Budescu committed Dec 17, 2024
1 parent d956bfb commit 396d2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smac/model/random_forest/random_forest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 396d2f5

Please sign in to comment.