Skip to content

Commit

Permalink
run serial by default
Browse files Browse the repository at this point in the history
  • Loading branch information
serengil committed Jun 8, 2024
1 parent 9d5697a commit 9a3271a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chefboost/commons/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def initializeParams(config: Optional[dict] = None) -> dict:
max_depth = 5
enableAdaboost = False
num_of_weak_classifier = 4
enableParallelism = True
enableParallelism = False
num_cores = int(multiprocessing.cpu_count() / 2) # allocate half of your total cores
# num_cores = int((3*multiprocessing.cpu_count())/4) #allocate 3/4 of your total cores
# num_cores = multiprocessing.cpu_count()
Expand Down

0 comments on commit 9a3271a

Please sign in to comment.