Releases: quantling/discriminative_lexicon_model
Releases · quantling/discriminative_lexicon_model
discriminative_lexicon_model 2.1.0
- Adds the 'count' argument to dlm.ldl.LDl.gen_cmat.
- Adds the dependency on netcdf4 in pyproject.toml.
- Adds a new argument 'mats' to dlm.ldl.LDL.save_matrices for saving matrices selectively.
- Updates quickstart.rst for fixing generation of C-hat and S-hat.
- Updates the documentation with regard to the package name (pyldl to dlm).
- Adds dlm.ldl.LDL.accuracy.
- Adds a new arg 'suffix' to dlm.mapping.load_mat_from_csv.
- Updates dlm.mapping.load_csv to handle a gz file.
- Adds a documentaion for incremental learning.
discriminative_lexicon_model 2.0.2
What's Changed
- Fixes tests by @msaito8623 in #3
- Fixes tests & adds the "count" argument to dlm.ldl.LDL.gen_cmat. by @msaito8623 in #4
Full Changelog: v2.0.1...v2.0.2
v2.0.1
- Fixes a bug in build.
Full Changelog: v2.0.0...v2.0.1
discriminative_lexicon_model 2.0.0
What's Changed
- Refactors functions in performance.py
- accuracy has now keyword-only arguments.
- predict_df has now keyword-only arguments.
accuracy (*, pred, gold, method='correlation')
(old:accuracy (hat, mat, distance=False)
)predict_df (*, pred, gold, n=1, method='correlation')
(old:predict_df (hat, mat, max_guess=1, distance=False, method='cosine')
)- Adds docstrings to
predict_df
.
Full Changelog: v1.4.3...v2.0.0
discriminative_lexicon_model 1.4.3
- Enables "dlm.performance" after "import discriminative_lexicon_model as dlm".
discriminative_lexicon_model 1.4.2
- Updates some documentations with the LDL class.
- Adds discriminative_lexicon_model.performance.distance_matrix.
discriminative_lexicon_model 1.4.0
This is a python implementation of the Discriminative Lexicon Model and the Linear Discriminative Learning with some helper functions.
This is the first public release, which is published to Pypi as well.
Full Changelog: https://github.com/quantling/discriminative_lexicon_model/commits/v1.4.0