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

What about the robustness of 'SelfLearningModel' and 'CPLELearningModel'? #7

Open wgmg165 opened 7 years ago

wgmg165 commented 7 years ago

What about the robustness of 'SelfLearningModel' and 'CPLELearningModel'? when I tested them on "iris" and "leukemia" datasets, the performance of these models was much bad than the supervised model, which very confused me.