0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 15 hours ago.
Feb 03, 2025 — Feb 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
update todo: rename positivity constaints More... almost 13 years ago
fix class-weights in crammer-singer svm More... almost 13 years ago
Add class weights to crammer-singer svm More... almost 13 years ago
refactor subgradient_ssvm, add batches for n_jobs=1, massive speedups! More... almost 13 years ago
ENH compute final primal objective in one-slack ssvm More... almost 13 years ago
enh working on pruning constraints in n-slack More... almost 13 years ago
misc simplify More... almost 13 years ago
enh make constraint pruning in 1-slack ssvm slightly more intiutive More... almost 13 years ago
ENH in one-slack ssvm, refactor pruning, always compute primal objective More... almost 13 years ago
Flip sign of cutting plane ssvm for consistency More... almost 13 years ago
Add example to illustrate different optimization procedures More... almost 13 years ago
added link for utils.so More... almost 13 years ago
keep track of real primal objective in one-slack ssvm More... almost 13 years ago
make subgradient and cutting plane objectives comparable More... almost 13 years ago
ENH repr for SaveLogger More... almost 13 years ago
refactor: w is not always an attribute in learners More... almost 13 years ago
ENH add logger to n-slack ssvm More... almost 13 years ago
ENH add logger to subgradient ssvm More... almost 13 years ago
ENH added logging functionality to one-slack ssvm. More... almost 13 years ago
resolved merge conflict More... almost 13 years ago
ENH test "positivity_constraint" which actually is a negativity constraint, in OneSlackSSVM More... almost 13 years ago
FIX remove debugging variable that has been eating up my memory! More... almost 13 years ago
TST 2x2 also works on random init with latent subgradient method More... almost 13 years ago
TST for latent subgradient method on 2x2 dataset More... almost 13 years ago
Add "break_on_no_constraints" to subgradient methods. don't want them cycling and us waiting More... almost 13 years ago
Add momentum and inactive window to LatenSSVM. This is clearly a bad interface :-/ More... almost 13 years ago
FIX subgradient SSVM doesn't stop when no more constraints are found. More... almost 13 years ago
Make 2x2 latent node test pass More... almost 13 years ago
Move 2x2 dataset into dataset file More... almost 13 years ago
EXAMPLE SubgradientLatentSVM works with random init :) More... almost 13 years ago