Open johann-petrak opened 7 years ago
Is there any advantage to doing that through liblinear-java since scikit-learn already supports it?
It'd be a pure Java solution rather than relying on a native installation of scikit-learn.
True, but I'd say it's still a low priority until we actually have a problem with this. So the later tag is good 👍
Accidently closed by wrong commit message.
There is a java implementation of liblinear there: https://github.com/bwaldvogel/liblinear-java
May be interesting to include for classification.