Skip to content

Releases: quantling/discriminative_lexicon_model

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