Added notebook to sample from predictions and load model

This commit is contained in:
Victor Mylle
2023-12-18 21:12:14 +00:00
parent c437c23566
commit fee948cc09
11 changed files with 1226 additions and 236 deletions

View File

@@ -83,8 +83,8 @@ class ImbalancePriceCalculator:
fig.add_trace(go.Scatter(x=x_dec_interpolated, y=y_dec_interpolated, mode='lines+markers', name="dec"))
fig.update_layout(
title='Bid ladder',
xaxis_title='Volume',
yaxis_title='Price',
xaxis_title='Volume [MWh]',
yaxis_title='Price [EUR/MWh]',
hovermode='x unified'
)