|
Hi, I'm looking for an SVM (or other kernelizable classifier) implementation that support both multiclass classification and instance weighting. (Actually, instance weighting is much more important, but it would be nice to have out-of-the-box multiclass as well). Any ideas? |
|
In scikit-learn you can use the Nystrom kernel approximation +
|