We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d5697a commit 9a3271aCopy full SHA for 9a3271a
chefboost/commons/functions.py
@@ -171,7 +171,7 @@ def initializeParams(config: Optional[dict] = None) -> dict:
171
max_depth = 5
172
enableAdaboost = False
173
num_of_weak_classifier = 4
174
- enableParallelism = True
+ enableParallelism = False
175
num_cores = int(multiprocessing.cpu_count() / 2) # allocate half of your total cores
176
# num_cores = int((3*multiprocessing.cpu_count())/4) #allocate 3/4 of your total cores
177
# num_cores = multiprocessing.cpu_count()
0 commit comments