0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 05, 2025 — Mar 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ENH make ``predict`` in Latent SSVM predict the label, not the latent class More... about 13 years ago
ENH do all tests in parallel More... about 13 years ago
FIX don't compute the true loss by default - what have I been smoking!? More... about 13 years ago
ENH parallel batches for n-slack SSVM More... about 13 years ago
Cleanup in LatentSSVM, allow other SVM base classes. More... about 13 years ago
FIX continuous loss in grid crf case More... about 13 years ago
Test binary crf exhaustive using lp and qpbo More... about 13 years ago
ENH refactor LatentGridCRF using multiple inheritance More... about 13 years ago
ENH small refactoring for GridCRF More... about 13 years ago
try to make interface in GridCRF cleaner by not passing any grids to inherited methods. More... about 13 years ago
FIX removed "batch" option from subgradient ssvm More... about 13 years ago
ENH don't store Ys in one-slack svm. it blows up the memory. More... about 13 years ago
fix for latent_crf initialization using unraveled features More... about 13 years ago
Fix latent svm test to work with initialization that takes features into account, not only neighbors More... about 13 years ago
fixed plotting in latent_crf example More... about 13 years ago
update tests for latent_crf to use raveled features. More... about 13 years ago
remove plotting stuff in latent svm More... about 13 years ago
ENH parallel predict for SSVMs More... about 13 years ago
remove plotting options from learners. More... about 13 years ago
MISC count inference calls in CS multi-class svm More... about 13 years ago
lazy import of plt in linear programming More... about 13 years ago
remove unnecessary test: all subgradient learning is now online. More... about 13 years ago
remove plotting from learners More... about 13 years ago
ENH remove IPython tracer objects everywhere More... about 13 years ago
remove "exact" keyword, update readme More... about 13 years ago
Use cvxop glpk interface so we don't have to rely on the hard to install wrappers by Thomas Finley More... about 13 years ago
ENH in subgradient SSVM, remove batch version, add minibatch version with joblib :) More... about 13 years ago
ENH big memory / speed improvement in 1-slack svm on larger problems More... about 13 years ago
FIX in case n_slack ssvm fit gets passed initial constrints. real solution instead of the hack I removed earlier. More... about 13 years ago
Add debugging import to graph_Crf More... about 13 years ago