Skip to content

Commit bec1a4a

Browse files
author
SebastienMelo
committed
commented the n_jobs =2
1 parent 8b79bc0 commit bec1a4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python_scripts/ensemble_hist_gradient_boosting.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
data,
5959
target,
6060
scoring="neg_mean_absolute_error",
61-
n_jobs=2,
61+
# n_jobs=2, # Uncomment this line if you run locally
6262
)
6363

6464
# %%
@@ -122,7 +122,7 @@
122122
data,
123123
target,
124124
scoring="neg_mean_absolute_error",
125-
n_jobs=2,
125+
# n_jobs=2, # Uncomment this line if you run locally
126126
)
127127

128128
# %%
@@ -161,7 +161,7 @@
161161
data,
162162
target,
163163
scoring="neg_mean_absolute_error",
164-
n_jobs=2,
164+
# n_jobs=2, # Uncomment this line if you run locally
165165
)
166166

167167
# %%

0 commit comments

Comments
 (0)