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 8b79bc0 commit bec1a4aCopy full SHA for bec1a4a
python_scripts/ensemble_hist_gradient_boosting.py
@@ -58,7 +58,7 @@
58
data,
59
target,
60
scoring="neg_mean_absolute_error",
61
- n_jobs=2,
+ # n_jobs=2, # Uncomment this line if you run locally
62
)
63
64
# %%
@@ -122,7 +122,7 @@
122
123
124
125
126
127
128
@@ -161,7 +161,7 @@
161
162
163
164
165
166
167
0 commit comments