Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -182,7 +182,7 @@ def plot_residuals_plotly(results):
|
|
| 182 |
|
| 183 |
fig.update_layout(title='Residuals of Model',
|
| 184 |
xaxis_title='Date', yaxis_title='Residuals',
|
| 185 |
-
template='plotly_white')
|
| 186 |
return fig
|
| 187 |
|
| 188 |
def calculate_metrics_and_plot_errors_plotly(forecast_data_extended, future_dates, volatility_predictions):
|
|
|
|
| 182 |
|
| 183 |
fig.update_layout(title='Residuals of Model',
|
| 184 |
xaxis_title='Date', yaxis_title='Residuals',
|
| 185 |
+
template='plotly_white', showlegend=False)
|
| 186 |
return fig
|
| 187 |
|
| 188 |
def calculate_metrics_and_plot_errors_plotly(forecast_data_extended, future_dates, volatility_predictions):
|