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
Is your feature request related to a problem? Please describe.
Cold-start is a real problem in active learning, we need to label randomly a few dozens labels before starting using active learning.
Describe the solution you'd like
A solution similar to Baal AbtractHeuristic.
coreset_algo=MyCoresetAlgorithm()
ranks=coreset_algo(my_dataset)
# or ranks=coreset_algo(predictions)
Describe alternatives you've considered
None
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Cold-start is a real problem in active learning, we need to label randomly a few dozens labels before starting using active learning.
Describe the solution you'd like
A solution similar to Baal AbtractHeuristic.
Describe alternatives you've considered
None
The text was updated successfully, but these errors were encountered: