MLBazaar / MLPrimitives

Primitives for machine learning and data science.

Home Page:https://mlbazaar.github.io/MLPrimitives

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Loss/Validation Plot Callback

cjtaylo-csu opened this issue · comments

  • MLPrimitives version: 0.2.5
  • Python version: 3.6.9
  • Operating System: Ubuntu 18.04.6

Description

Is it possible to plot training and validation losses during the .fit() call?
I saw there is this pull request #163.
I did not see any examples of using a callback to plot losses during training.

Any other recommendation on how to visualize if models are converging during training would be most appreciated.

Thank you

Chris