Closed GoogleCodeExporter closed 9 years ago
The report tries to work with numeric outcomes by catching exceptions, however
in regression mode, the outcome is also numeric, but if the gold label is <1
the exception is not raised, but an empty string is returned, thus the empty
lines.
I guess we need a special branch for regression ...
Original comment by torsten....@gmail.com
on 11 Sep 2014 at 3:55
Sorry for reporting late.
I'm working on this, as Torsten said, the problem occurs for predictions <1.
This can easily be fixed bu there are other problems which made me turn
WekaAdapter into WekaRegressionAdapter and WekaClassificationAdapter. I'm
running a couple of tests and will commit soon.
Original comment by daxenber...@gmail.com
on 11 Sep 2014 at 4:01
This issue was closed by revision r1098.
Original comment by daxenber...@gmail.com
on 11 Sep 2014 at 4:27
Original issue reported on code.google.com by
EmilyKJa...@gmail.com
on 11 Sep 2014 at 12:39