tmadl / semisup-learn

Semi-supervised learning frameworks for python, which allow fitting scikit-learn classifiers to partially labeled data
MIT License
501 stars 153 forks source link

About the score function,I got a confusion #8

Open Ningshiqi opened 6 years ago

Ningshiqi commented 6 years ago

This model use the labeled samples to train , but when test the acc , this model use the labeled samples again. Is the acc would higher? I'm a newer to machine-learning. I think the score function can't use all data ,but should use the data which not be trained. Looking forward for your reply.