This pull request updates the charts.py script to use cutoff_date instead of validation_start_time for plotting charts. This change ensures consistency in the x-axis labeling across all generated plots.
Summary
Updated the plot_and_save function in charts.py:
Changed the x-axis data from validation_start_time to cutoff_date.
Updated the x-axis label from 'Validation Start Time' to 'Cutoff Date'.
Modified the plot title to reflect the change in x-axis labeling.
No changes were made to the image files: average_depth_vs_time.png, average_in_region_hits_vs_time.png, model_node_count_vs_time.png, and total_loss_vs_time.png.
Fixes #13.
🎉 Latest improvements to Sweep:
We just released a dashboard to track Sweep's progress on your issue in real-time, showing every stage of the process – from search to planning and coding.
Sweep uses OpenAI's latest Assistant API to plan code changes and modify code! This is 3x faster and significantly more reliable as it allows Sweep to edit code and validate the changes in tight iterations, the same way as a human would.
Description
This pull request updates the
charts.py
script to usecutoff_date
instead ofvalidation_start_time
for plotting charts. This change ensures consistency in the x-axis labeling across all generated plots.Summary
plot_and_save
function incharts.py
:validation_start_time
tocutoff_date
.average_depth_vs_time.png
,average_in_region_hits_vs_time.png
,model_node_count_vs_time.png
, andtotal_loss_vs_time.png
.Fixes #13.
🎉 Latest improvements to Sweep:
💡 To get Sweep to edit this pull request, you can: