Kevin P Murphy
Kevin P Murphy
The current version of the code gives the attached result, which seems wrong. (I feel like we fixed this issue in the past, and we are repeating ourselves here... Badly...
@karalleyna , where was the bug? Also please convert https://github.com/probml/JSL/blob/main/jsl/hmm/hmm_lib_test.py to use pytest.
Sure On Sun, May 1, 2022 at 7:26 AM Maheswaran Parameswaran < ***@***.***> wrote: > I would like to work on this one if its okay :) > > —...
Unit tests should be scripts which have statements like `assert np.allclose(A,B,tol=1e-2)` that can be checked automatically, without needing to inspect plots by eye. You define the model twice, once using...
Please use https://docs.python.org/3/library/unittest.html
@maheswarantp Please make a proper PR. Also please use pytest framework.
Please factor out ukf into a separate script so we can debug on its own On Sun, Apr 10, 2022 at 1:26 AM Gerardo Durán-Martín < ***@***.***> wrote: > The...
are you sure it's wrong? https://online.stat.psu.edu/stat505/lesson/4/4.6
I am not supporting pmkt3, so you are on your own, I;m afraid. (I do accept bug-fixing PRs however :) On Tue, Jul 23, 2019 at 9:08 PM ZZsquared wrote:...
Please make a pull request with the bug fix. On Mon, Jan 30, 2017 at 4:56 AM, flokadillo wrote: > There seems to be a small error in GraphicalModels/cpd/ >...