PrintTableMetricsCallback
does not handle metrics with periods
#955
Labels
bug
Something isn't working
help wanted
Extra attention is needed
won't fix
This will not be worked on
🐛 Bug
When logged metrics have a period, the PrintTableMetricsCallback produces a KeyError.
To Reproduce
Code sample
Expected behavior
Actual behavior
Environment
conda
,pip
, source): pipAdditional context
The underlying problem is here, python format strings cannot have a period in variable names. To reproduce underlying issue:
The text was updated successfully, but these errors were encountered: