Using classifiers in scikit-learn with PyTorch

How can we use machine learning classifiers like SVM, Decision Tree, Random Forest, etc in PyTorch? Is there any library available?

1 Like

Did you find an answer to this question? Iā€™m also using sci-kit learn for random forests now, but without GPU support, sometimes its too slow, so I was thinking whether it would be possible to do it in pytorch.