Unverified Commit 2b6956f3 authored by Claude's avatar Claude
Browse files

Remove DataFrame from results dict to fix JSON serialization error

parent 3cb575fc
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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
    }