keepsake icon indicating copy to clipboard operation
keepsake copied to clipboard

More robust error checking in plotting functions

Open andreasjansson opened this issue 4 years ago • 0 comments

Currently:

  • you can try to plot non-numeric metrics, which fails with matplotlib error
  • you don't get warnings if metrics are missing in for any of the experiments in ExperimentList.plot()

We should fix!

andreasjansson avatar Nov 12 '20 22:11 andreasjansson