How can I call scikit-learn classifiers from Java?
Asked 07 September, 2021
Viewed 3K times
  • 57
Votes

I have a classifier that I trained using Python's scikit-learn. How can I use the classifier from a Java program? Can I use Jython? Is there some way to save the classifier in Python and load it in Java? Is there some other way to use it?

6 Answer