Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions python_scripts/ensemble_hist_gradient_boosting.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
data,
target,
scoring="neg_mean_absolute_error",
n_jobs=2,
# n_jobs=2, # Uncomment this line if you run locally
)

# %%
Expand Down Expand Up @@ -122,7 +122,7 @@
data,
target,
scoring="neg_mean_absolute_error",
n_jobs=2,
# n_jobs=2, # Uncomment this line if you run locally
)

# %%
Expand Down Expand Up @@ -161,7 +161,7 @@
data,
target,
scoring="neg_mean_absolute_error",
n_jobs=2,
# n_jobs=2, # Uncomment this line if you run locally
)

# %%
Expand Down