Skip to content

Commit 7c0f239

Browse files
committed
uncomment parallel coordinate plot
1 parent 209470c commit 7c0f239

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/python_files/single_horizon_prediction.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,8 +349,8 @@
349349
# write_json(fig, "parallel_coordinates_hgbr.json")
350350

351351
# %%
352-
# fig = read_json("parallel_coordinates_hgbr.json")
353-
# fig.update_layout(margin=dict(l=200))
352+
fig = read_json("parallel_coordinates_hgbr.json")
353+
fig.update_layout(margin=dict(l=200))
354354

355355
# %%
356356
# nested_cv_results = skrub.cross_validate(

0 commit comments

Comments
 (0)