schulzchristian / multilevelSVM

GNU General Public License v2.0
5 stars 2 forks source link

consider scikit-learn contribution #1

Open clstaudt opened 1 year ago

clstaudt commented 1 year ago

https://scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html

Since this implementation is famously slow, would you consider contributing your algorithm to scikit-learn?

matzebond commented 1 year ago

TBH this research code base probably need to much work to be included in a stable framework like sklearn. I think rebuilding the multilevel approach in python on top of the sklearn's libsvm and label_propagation would be easier and should reach most of the performance benefits.

clstaudt commented 1 year ago

That would count as contributing the algorithm.