You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
In the script test_lore.py, there is an eval(x,y) functions which helps calculate precision of LORE. Instead of x==y returning 1 in it, shouldn't it be returning 1 when x!=y because the returned value is then subtracted by 1 later to find precision?
The text was updated successfully, but these errors were encountered:
Hi,
In the script test_lore.py, there is an eval(x,y) functions which helps calculate precision of LORE. Instead of x==y returning 1 in it, shouldn't it be returning 1 when x!=y because the returned value is then subtracted by 1 later to find precision?
The text was updated successfully, but these errors were encountered: