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

Check odd confidence measures in the tests example for LibSVM #46

Closed johann-petrak closed 6 years ago

johann-petrak commented 7 years ago

According to the documentation, -b is enabled by default, so these should be probabilities, but the values shown do not look plausible. Maybe for LibSVM we do not correctly produce the whole array of probabilities and always take the probability of the same class?

johann-petrak commented 6 years ago

Unable to reproduce.