FATE icon indicating copy to clipboard operation
FATE copied to clipboard

Add Semi-Supervised Learning Component

Open Answerfxy opened this issue 3 years ago • 0 comments

In some scenarios, it has lots of unlabeled data. If we can use these data for model training, it would be great.

Adding semi-supervised learning component has two advantages:

  1. Adding unlabeled data can increase the amount of the intersection. Intersection count can impact model evaluation.
  2. Some cases only have positive labels, but without negative labels. We couldn't use supervised learning algorithms. So we need semi-supervised learning component to solve such problems.

Answerfxy avatar Apr 21 '22 10:04 Answerfxy