Domanda

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 ?

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top