gateplugin-LearningFramework icon indicating copy to clipboard operation
gateplugin-LearningFramework copied to clipboard

Add liblinear

Open johann-petrak opened this issue 8 years ago • 4 comments

There is a java implementation of liblinear there: https://github.com/bwaldvogel/liblinear-java

May be interesting to include for classification.

johann-petrak avatar Feb 14 '17 16:02 johann-petrak

Is there any advantage to doing that through liblinear-java since scikit-learn already supports it?

domrout avatar Feb 16 '17 11:02 domrout

It'd be a pure Java solution rather than relying on a native installation of scikit-learn.

ianroberts avatar Feb 16 '17 11:02 ianroberts

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 👍

domrout avatar Feb 16 '17 12:02 domrout

Accidently closed by wrong commit message.

johann-petrak avatar Dec 14 '18 15:12 johann-petrak