| 1 | """ |
| 2 | This 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 |
| 4 | top K uncertain samples but also picks up the top N highly confident samples that |
nothing calls this directly
no test coverage detected