Describe the solution you'd like
It would be nice to have an option for self-training. Self-training is related to active learning but gets labels for queries based on its predictions instead of asking an oracle for the ground truth label. As such, only ground truth labels are required for the initial labeled set.
Intuitively, it would make sense to add an argument to the ActiveLearningLoop object.
Describe the solution you'd like
It would be nice to have an option for self-training. Self-training is related to active learning but gets labels for queries based on its predictions instead of asking an oracle for the ground truth label. As such, only ground truth labels are required for the initial labeled set.
Intuitively, it would make sense to add an argument to the
ActiveLearningLoopobject.