Added notebook to sample from predictions and load model
This commit is contained in:
@@ -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'
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user