I have developed an ML Classifier Model in Python and I want to consume it from java. I have looked up some options like Jython etc. Can anyone help me, how could I achieve this use case?
I tried to use Jython and i did not found any good documentation for this use case
JavausingJython.