0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Feb 22, 2025 — Feb 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ENH make OneSlackSSVM honor verbose=0 more. More... over 12 years ago
EXAMPLE: really use 3x3 neighborhood, minor fixes and cleanups. More... over 12 years ago
EAMPLE snakes: add docstring, put everything into edge features (don't build custom class). More... over 12 years ago
MISC slightly more informative message for constraint cache More... over 12 years ago
FIX/ENH for the duality gap check by @xianghang. More... over 12 years ago
MISC cleanup in grid_crf. plot snakes update. More... over 12 years ago
Add plot_snakes example. Far from the paper :-/ More... over 12 years ago
ENH add snakes dataset, put all datasets that are simply loaded from a pickle into one file. More... over 12 years ago
FIX stupid bug in NSlackSSVM stopping criterion... More... over 12 years ago
Example: use less samples again. More... over 12 years ago
FIX loop in BCFW More... over 12 years ago
EXAMPLE Add BCFW to examples More... over 12 years ago
DOC add sentence that the implementation is not finally tested / benchmarked. I think we could improve it a bit more but want to merge it now. More... over 12 years ago
FIX use batch-psi and batch-loss augmented inference. That makes the multi_class example in batch mode much faster.... More... over 12 years ago
blub More... over 12 years ago
minor fix in example More... over 12 years ago
DOC a bit more / better docs More... over 12 years ago
DOC add docstrings to frank-wolfe ssvm More... over 12 years ago
rename dual_check_every to check_dual_every More... over 12 years ago
ENH add averaging to frank_wolfe_ssvm block-coordinate More... over 12 years ago
FIX stupid bug in checking duality gap More... over 12 years ago
FIX make frankwolfe work with latent svm, make self.dual_check_every relative to the iteration, not the update (otherwise the overhead is hard to judge). More... over 12 years ago
slight adjustments in letters example (and frank-wolfe letters example). More... over 12 years ago
TEST use same amount of noise for frank wolfe test as for other test. Works now that C is scaled correctly :) More... over 12 years ago
ENH control verbosity in bcfwssvm More... over 12 years ago
ENH allow stopping of frank-wolfe training with ctrl+c More... over 12 years ago
FIX Really rescale objective to be the same as other learners More... over 12 years ago
rescale frankwolfe objective to be consistent with other learners More... over 12 years ago
add timing curve and objective curves to frank wolfe ssvm More... over 12 years ago
ENH get rid of "lam" variables, simplify formulas as much as possible. More... over 12 years ago