Results 14 issues of David Soergel

This plugin is really great-- and could be even greater (imho) if it could display a navigable menu of matching history items instead of one at a time-- something like...

feature request
help wanted

This sets up some infrastructure for caching, but doesn't fully flesh it out yet. So far this implements only a memory cache that memoizes everything and never evicts/disposes, so it...

DEV

Using the legacyexec svm_train command with the next command : ``` ... edu.berkeley.compbio.jlibsvm.legacyexec.svm_train -c 100000 -w0 0.427 -w1 0.012 ``` and a set of scores (see attached file labels.txt) I...

There are currently two mostly redundant implementations in svm_train and BinaryClassificationSVM (where it's used for probability estimates)

Need to think about relationship between stand-alone jsvmlib and version integrated with edu.berkeley.compbio.ml, which has lots more dependencies etc.

Generate a table showing time, memory usage, and cross-validation accuracy for different data sets using all three packages.