GateNLP / gateplugin-LearningFramework

A plugin for the GATE language technology framework for training and using machine learning models. Currently supports Mallet (MaxEnt, NaiveBayes, CRF and others), LibSVM, Scikit-Learn, Weka, and DNNs through Pytorch and Keras.
https://gatenlp.github.io/gateplugin-LearningFramework/
GNU Lesser General Public License v2.1
26 stars 6 forks source link

Add liblinear #42

Open johann-petrak opened 7 years ago

johann-petrak commented 7 years ago

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

May be interesting to include for classification.

domrout commented 7 years ago

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

ianroberts commented 7 years ago

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

domrout commented 7 years ago

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 👍

johann-petrak commented 5 years ago

Accidently closed by wrong commit message.