ntucllab / libact

Pool-based active learning in Python
http://libact.readthedocs.org/
BSD 2-Clause "Simplified" License
777 stars 175 forks source link

multilabel_plot.py code discuss #182

Open TingNLP opened 3 years ago

TingNLP commented 3 years ago

In the follow picture, how to explain the red line in the function split_train_test thanks

Snipaste_2020-12-14_15-09-21

sian-chen commented 3 years ago

It means to initialize the training set with 5 labeled data and set the rest of the data unlabeled.

TingNLP commented 3 years ago

Thanks for your immediate reply.