0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 19 hours ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of github.com:GateNLP/gateplugin-LearningFramework More... about 8 years ago
Fixes #22 and #23. More... about 8 years ago
Merge pull request #18 from ianroberts/master More... about 8 years ago
Put the headline accuracy measure as a feature on the corpus when evaluating, so it can be extracted by outside code without a hard dependency on this plugin's classes. More... about 8 years ago
If we want to be Java-7-compatible we can't import java.util.Optional More... about 8 years ago
Prepare for release of version 2.0 More... about 8 years ago
The classAnnotationType is supported correctly now, so remove the warning. More... about 8 years ago
Fix #15. More... about 8 years ago
Fix issues #13 and #14. More... about 8 years ago
Make the classAnnotationType parameter for the evaluation PR optional, refactor the common base class stuff: put everything that we would like to have in a future DocumentProcessor base class in its own separate base class. More... about 8 years ago
Add example code for setting algorithm-specific parameters for Mallet classification. More... about 8 years ago
Initial code for evaluation for Mallet sequence tagging. More... about 8 years ago
Add code for evaluating Mallet classification algorithms. More... about 8 years ago
Prepared pipelines for testing the evaluation of chunking as a classification problem. More... about 8 years ago
Add classType parameter to allow evaluation of the classification problem that corresponds to a chunking problem. More... about 8 years ago
Make it use random forest instead of random tree as it is supposed to. More... about 8 years ago
Remove left-over targetFeature parameter. More... about 8 years ago
Merge branch 'jp160323-export' of github.com:GateNLP/gateplugin-LearningFramework into jp160323-export More... about 8 years ago
Some more work on exporting, Proper handling of sequence tagging problem vs. sequence tagging algorithm, make exporting a regression problem in weka work. More... about 8 years ago
Make exporting for chunking work, except the MALLET_* algorithms are not actually supported so far. More... about 8 years ago
No lib subdirectory needed if we just use ivy resolve and not retrieve. More... about 8 years ago
Start working on making export work for chunking, does not even compile yet. More... about 8 years ago
Rename the PR in the application files as well. More... about 8 years ago
Call it chunking instead of sequence tagging. More... about 8 years ago
Example for Weka crossvalidation evaluation. More... about 8 years ago
Fix problem with wrong default value for the Weka stratification algorithmParameter. More... about 8 years ago
Remove unused infoFeature parameter, refactor so that the evaluation PR gets to use the right parameters. More... about 8 years ago
Add a ready-made pipeline for running XVal for LibSVM More... about 8 years ago
Remove the identifierFeature parameter from the pipelines. More... about 8 years ago
Add some initial code for performing evaluation. This so far only supports classification and only crossvalidation for LibSVM, plus some untested code for crossvalidation and holdout for Weka. More... about 8 years ago