Skip to content

Releases: quantling/discriminative_lexicon_model

discriminative_lexicon_model 2.1.0

08 Apr 13:23
1d25dd9
Compare
Choose a tag to compare
  • 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

27 Sep 13:27
0bd3726
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

26 Sep 13:48
Compare
Choose a tag to compare
  • Fixes a bug in build.

Full Changelog: v2.0.0...v2.0.1

discriminative_lexicon_model 2.0.0

26 Sep 13:16
ad80092
Compare
Choose a tag to compare

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

18 Sep 13:04
Compare
Choose a tag to compare
  • Enables "dlm.performance" after "import discriminative_lexicon_model as dlm".

discriminative_lexicon_model 1.4.2

18 Sep 11:58
Compare
Choose a tag to compare
  • Updates some documentations with the LDL class.
  • Adds discriminative_lexicon_model.performance.distance_matrix.

discriminative_lexicon_model 1.4.0

17 Sep 08:51
Compare
Choose a tag to compare

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