MLBazaar / MLPrimitives

Primitives for machine learning and data science.
https://mlbazaar.github.io/MLPrimitives
MIT License
69 stars 38 forks source link

Loss/Validation Plot Callback #269

Open cjtaylo-csu opened 2 years ago

cjtaylo-csu commented 2 years ago

Description

Is it possible to plot training and validation losses during the .fit() call? I saw there is this pull request https://github.com/MLBazaar/MLPrimitives/pull/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