0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 05, 2025 — Feb 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ENH add alternative base ssvm to latent svm example More... almost 13 years ago
make grid_crf example way faster with less cores More... almost 13 years ago
FIX horrible bug in constraint caching, adjust tests More... almost 13 years ago
FIX slight change in constraints broke test More... almost 13 years ago
check primal objective, add zero constraint corresponding to gt More... almost 13 years ago
debugging branch for one-slack ssvm More... almost 13 years ago
FIX in subgradient descent, scaling of regularization in displayed loss corrected. it didn't match the rescaled objective. More... almost 13 years ago
ENH tune the subgradient descent a bit more in the example so it doesn't look so bad. More... almost 13 years ago
ENH / TST make constraint removal optional, test it a bit. More... almost 13 years ago
some tests in examples More... almost 13 years ago
ENH Starting on multi-label svm More... almost 13 years ago
ENH add pruning of constraints. More... almost 13 years ago
ENH way more efficient lp interface through using cvxopt sparse matrices More... almost 13 years ago
intermediate More... almost 13 years ago
FIX correct stopping criterion for one-slack ssvm! More... almost 13 years ago
FIX don't break if we only found a weak constraint in the cache. More... almost 13 years ago
FIX many loss_curve_ typos More... almost 13 years ago
ENH make sure inference cache contains each y_hat only once (wasting space in the cache otherwise). More... almost 13 years ago
MISC remove senseless line in setup.py More... almost 13 years ago
ENH don't recompute psi when hitting the cache More... almost 13 years ago
TEST inference cache: sometimes the cach is hit! More... almost 13 years ago
Update cache only when we did find a new constraint. More... almost 13 years ago
DOC some caching strategy things in one-slack ssvm More... almost 13 years ago
ENH some more functionality in find_constraint function: maybe we don't want to compute dpsi, only psi. More... almost 13 years ago
ENH rename variable "slack" to violation in one-slack ssvm, cache psi and loss when caching inference results, try to compute the primal for better stopping / tol, but failed :( More... almost 13 years ago
ENH add inference cache parameter and latent iteration parameter to latent ssvm. More... almost 13 years ago
MISC be less verbose about fractional results in inference More... almost 13 years ago
DOC fix More... almost 13 years ago
ADD started on multi-label svm with graph over label structure. not working yet :-/ More... almost 13 years ago
update gitignore with cover More... almost 13 years ago