Question

I read in an answer here :

If you only have a small set of labels but lots of unlabeled data, then you might try a Manifold Regularizer (i.e. Transductive SVM), with or without a non-linear Kernel

Is there implementation of Transductive SVM on Scikit-Learn ?

Was it helpful?

Solution

No, Scikit-Learn has only the standard SVMs via Cython bindings to LibSVM

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top