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

Rethink feature scaling #85

Open johann-petrak opened 6 years ago

johann-petrak commented 6 years ago

The idea of scaling is that some features do not have a bigger influence on the model than others. Our current approaches maybe do not do this properly and may also have other issues: