Loading forecast_app/app.py +1 −2 Original line number Diff line number Diff line Loading @@ -278,8 +278,7 @@ def calculate_results(predictions, test_data): 'monthly_comparison': monthly_comparison, 'watch_performance': watch_performance, 'financial_summary': financial_summary, 'prediction_accuracy': prediction_accuracy, 'dataframe': df # Include for potential future use 'prediction_accuracy': prediction_accuracy } Loading Loading
forecast_app/app.py +1 −2 Original line number Diff line number Diff line Loading @@ -278,8 +278,7 @@ def calculate_results(predictions, test_data): 'monthly_comparison': monthly_comparison, 'watch_performance': watch_performance, 'financial_summary': financial_summary, 'prediction_accuracy': prediction_accuracy, 'dataframe': df # Include for potential future use 'prediction_accuracy': prediction_accuracy } Loading