Skip to content

Commit 9a3271a

Browse files
committed
run serial by default
1 parent 9d5697a commit 9a3271a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chefboost/commons/functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def initializeParams(config: Optional[dict] = None) -> dict:
171171
max_depth = 5
172172
enableAdaboost = False
173173
num_of_weak_classifier = 4
174-
enableParallelism = True
174+
enableParallelism = False
175175
num_cores = int(multiprocessing.cpu_count() / 2) # allocate half of your total cores
176176
# num_cores = int((3*multiprocessing.cpu_count())/4) #allocate 3/4 of your total cores
177177
# num_cores = multiprocessing.cpu_count()

0 commit comments

Comments
 (0)