Skip to content

Commit

Permalink
Fix typo in changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
anntzer committed Oct 31, 2024
1 parent 67c5a95 commit e01a10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Released on September 26th, 2022.
- The ``PoissonHMM`` class was added with an example use case.
- For ``MultinomialHMM``, parameters after ``transmat_prior`` are now
keyword-only.
- ``startmat_`` and ``transmat_`` will both be initialized with random
- ``startprob_`` and ``transmat_`` will both be initialized with random
variables drawn from a Dirichlet distribution, to maintain the old
behavior, these must be initialized as ``1 / n_components``.
- The old ``MultinomialHMM`` class was renamed to ``CategoricalHMM`` (as that's
Expand Down

0 comments on commit e01a10e

Please sign in to comment.