Skip to content

Introduce epochs, and plot data based on epochs

Compare
Choose a tag to compare
@qinsoon qinsoon released this 26 Sep 05:43
· 2 commits to master since this release
b0b2c58
  • Plot the start of each epoch as a vertical line. The color of the line (green/red) shows if there is regression for the epoch
  • Only plot min/max data point for the latest epoch.
  • For all the data points, render it as red/green/black to show if it has regresssion/improvement from the best point in the same epoch.
  • No longer show hover info for moving average and standard deviation
  • Always consider standard deviation when checking regression.
  • Allow notes/epochs to include a start time, in addition to a start date
  • Shrink the size of each plot to roughly 500px * 1200px