Machine learning with only positive labels - Signal ... 4 Suppose I have a binary classification problem with 10 features and about 1000 samples. In the training set, most of my data is unlabeled (75%). The rest of the data is labeled but contains only positive labels. In the test set, I have both negative and positive labels. How should I approach this classification problem? machine-learning Share