zeno-ml / zeno-hub

AI Evaluation Platform
https://hub.zenoml.com
MIT License
44 stars 10 forks source link

fix: correct diff comparison and add boolean comparison with three st… #595

Closed Sparkier closed 10 months ago

Sparkier commented 10 months ago

…ates

Description

fix ZEN-428

For boolean columns this returns -1 if a is false and b is true, 0 if both are the same, and 1 if a is true and b is false.

This makes it possible to sort by model differences where one wants to find out if a better than b or b better than a.

linear[bot] commented 10 months ago

ZEN-428 Comparison view for binary features is broken