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

Can CPLELearningModel support multi-classes? #3

Open kendu605 opened 7 years ago

kendu605 commented 7 years ago

I have used the CPLELearningModel to solve the 2-class unlabled data successfully, but when I try to use it to solve multi-classes problem, I get error, so I wonder does this model support semi-supervision on multi-classes?

huangteng1220 commented 6 years ago

I think CPLELearningModel only supports the 2-classification problem

MichaelDz6 commented 5 years ago

Would be great if someone added support for multi-classes, right now only binary is supported.