-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Thanks for the author's sharing! When I run the code, I find a typo in "novelty_detection.py" in Line 526~531:
minp, maxP = -maxP, -minP
X1 = [-x for x in X1]
Y1 = [-x for x in Y1]
auprout = 0.0
recallTemp = 1.0
for e in np.arange(minP, maxP, 0.2):There defined a minp = -maxP, however, the parameter in np.arange is minP.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels