MCPcopy Create free account
hub / github.com/modAL-python/modAL / cost_effective_active_learning.py

File cost_effective_active_learning.py

examples/cost_effective_active_learning.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2This is a modified implementation of the algorithm Cost Effective Active Learning
3(Pl. refer - https://arxiv.org/abs/1701.03551). This version not only picks up the
4top K uncertain samples but also picks up the top N highly confident samples that

Callers

nothing calls this directly

Calls 5

ActiveLearnerClass · 0.90
assign_pseudo_labelsFunction · 0.85
scoreMethod · 0.45
queryMethod · 0.45
teachMethod · 0.45

Tested by

no test coverage detected