I noticed that there is an old method for building metrics from evaluation logs entries (Metric.from_tc_context()) that does not support the comet score. Hopefully though those values will be read from .metrics files (the prefered way to do it) and published normally (this does not concerns online mode).
Closes #862
I noticed that there is an old method for building metrics from evaluation logs entries (
Metric.from_tc_context()
) that does not support the comet score. Hopefully though those values will be read from.metrics
files (the prefered way to do it) and published normally (this does not concerns online mode).