Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 282 Bytes

TODO.md

File metadata and controls

8 lines (7 loc) · 282 Bytes

TODO:

  • Make NUM_EPOCHS, BATCH_SIZE, etc editable
  • Plot Predicted vs Actual data of trained model
  • Switch plottableReferenceLine to use training + target data

DONE:

  • calculateFinalLoss is passed an unused model arg
  • Switch to using const instead of let