Closed this issue 3 years ago · 1 comments
deeplog/example/predict.py
Lines 79 to 82 in 0c3cbb4
Shouldn't it be the other way around?
elif p == 0 and t == 1: TN +=1 else: FN += 1
Nvm braindead