Skip to content

Commit

Permalink
Improve resolution of uncertainty heatmap
Browse files Browse the repository at this point in the history
  • Loading branch information
bknico-iis committed Oct 4, 2024
1 parent 38279ca commit e98b076
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/case_study/visualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
forecast_horizon,
split_date=train_test_split_period,
data_type="test",
target=target,
)
fredmd_test.target = target

# %% Visualization of the ECNN ensemble Heatmap

Expand Down Expand Up @@ -68,8 +68,8 @@
forecasts.squeeze(2),
start_point=start_point,
sigma=0.25,
num_interp=30,
window_height=200,
num_interp=100,
window_height=1000,
xlabel="Forecast step",
save_at=Path(__file__).parent / f"heatmap_{target}.pdf",
title="Heatmap ensemble forecast",
Expand Down

0 comments on commit e98b076

Please sign in to comment.