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

Remove slow/data-intensive tests #90

Closed johann-petrak closed 5 years ago

johann-petrak commented 5 years ago

Do not run the tests which perform actual training steps any more, rename from TestXXX to ITXXX (IntegrationTest) and remove the data. This should be turned into proper integration testing. For now, simply add those runs to the separate gate-lf-tests repository.

johann-petrak commented 5 years ago

Fixed as of 0bd7a79f89ba87b26caf909733b710daa90ba489