0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 20 hours ago.
Feb 03, 2025 — Feb 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ENH use EdgeTypeGraphCRF to implement DirectionalGridCRF More... almost 13 years ago
better docstring for inference cache More... almost 13 years ago
FIX stupid typos, more tests for directional crf More... almost 13 years ago
DOC fixed some docstrings More... almost 13 years ago
ENH add graph crf with edge types More... almost 13 years ago
ENH binary svm gets batch methods + tests More... almost 13 years ago
ENH make caching constraints work in one-slack svm, add test. More... almost 13 years ago
FIX call to _constraint_from_cache in one-slack svm More... almost 13 years ago
INTermediate check in for caching inference results. More... almost 13 years ago
MISC less convoluted code in one-slack svm More... almost 13 years ago
ENH add default implementation of batch methods to structured problems. makes code in one-slack ssvm much cleaner! More... almost 13 years ago
ENH make reprellent potentials test way faster! More... almost 13 years ago
ENH show_loss_every replaces show_loss for better verbosity control and way more speed :) More... almost 13 years ago
FIX tests... More... almost 13 years ago
ENH fix for relaxed inference in one_slack_ssvm, make loss find out if y_hat is continuous. More... almost 13 years ago
ENH add "predict_latent" function to LatentSSVM More... almost 13 years ago
FIX try to make prediction of latent variables more robust. More... almost 13 years ago
cosmit More... almost 13 years ago
ENH computation of loss for display purposes handled in base class "score" More... almost 13 years ago
ENH SSVMs inherit from sklearn base estimator More... almost 13 years ago
FIX rescale C (multiplied with number of samples?!) as in LibSVM and SVMstruct More... almost 13 years ago
ENH psi in binary svm formulation to get the usual semantics of the margin. More... almost 13 years ago
ENH fit returns self, ctrl+c stops learning in one-slack ssvm. More... almost 13 years ago
add cythonized psi to crammer singer svm problem More... almost 13 years ago
add batch_inference to crammer-singer svm problem, fix repr More... almost 13 years ago
ENH if possible, use batch_loss to compute loss for displaying. More... almost 13 years ago
ENH one-slack svm: compute psi of ground truth once and for all in beginning of training More... almost 13 years ago
cosmit remove unused variable More... almost 13 years ago
implement batch optimizations in Crammer-Singer SVM More... almost 13 years ago
allow optimization of loss, psi and inference on batches in one-slack ssvm More... almost 13 years ago