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
FIX setting n_edge_features in EdgeFeatureGraphCRF, make test use it. More... over 12 years ago
somewhat smaller test for latent node crf learning. More... over 12 years ago
fix default inference for latent grid crf, more sane tests. More... over 12 years ago
reorganize more tests, make them much faster More... over 12 years ago
make latent subgradient test more robust and faster. More... over 12 years ago
move binary grid tests to learner tests More... over 12 years ago
make tests on binary grid faster More... over 12 years ago
move structured perceptron tests into learner folder More... over 12 years ago
initialize for ChainCRF More... over 12 years ago
trying to clean up chain_crf More... over 12 years ago
add comparison with svm^struct on multiclass data More... over 12 years ago
only test one inference algorithm in test_multinomial_grid_unaries. More... over 12 years ago
use qpbo in perceptron test if available More... over 12 years ago
fix tests (again :-/) More... over 12 years ago
adding initialize parameters to fit for all models, adding some docs to the LatentSSVM More... over 12 years ago
cosmit easier to read verbosity setting More... over 12 years ago
more sensible defaults for one_slack_ssvm More... over 12 years ago
fix logger call in n_slack, more sensible default value for tol. More... over 12 years ago
Nicer plots and titles in latent node example More... over 12 years ago
intermediate stuff More... over 12 years ago
Merge pull request #42 from vene/update_examples More... over 12 years ago
Enhance latent SVM example More... over 12 years ago
fix another test More... over 12 years ago
fixes for binary svm More... over 12 years ago
refactor set_class_weight, make unstructured models have new interface. More... over 12 years ago
FIX in latent svms, the model is initialized in the LatentSVM not in the base_svm. + minor fixes More... over 12 years ago
make latent models work with improved interface, some multiple inheritance hacking :-/ More... over 12 years ago
introduce _set_size_psi and _set_class_weight for less code duplication. More... over 12 years ago
make EdgeFeatureGraphCRF work with infering of n_states, n_features More... over 12 years ago
really rename pbl to model in example :-/ More... over 12 years ago