Open
Description
- I'm submitting a ...
- bug report
- feature request
- support request => Please do not submit support request here, see note at the top of this template.
Issue Description
- When Issue Happens
Theadditional_info
in the BaseTask hasxxx_loss
key and it has various metrics.
However, when the metric property isgreater is better
, then the metric is actually transformed.
For example,accuracy
is notaccuracy
, but is handled aserror rate
.
The naming rule should be re-considered in the future.