Skip to content

discriminative_lexicon_model 2.1.0

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