-
Notifications
You must be signed in to change notification settings - Fork 172
Open
Description
libact/libact/query_strategies/hintsvm.py
Line 160 in e37e9ed
| idx = int(np.argmax(p_val)) |
I think every query we should select the closest point not the farthest point. right?
so the code should be idx = int(np.argmin(p_val)) ?
Metadata
Metadata
Assignees
Labels
No labels