Chris MacLellan

Results 32 issues of Chris MacLellan

Hello, I'm interested in playing around with and modifying your HMM code to support Gaussian HMMs, but I noticed that you do not have a license attached. Would you mind...

Also, update to the latest cdn urls with checksums.

bug
Visualization

Currently `infer_missing` is a function of the tree. The suggestion is to move it to the node class instead, so any node can be used to infer missing values of...

Todo
Prediction

One should always go to a leaf and the other can stop sooner by some good criteria. We need to figure out a good criteria.

Categorization
Todo

either have it output json or rename the function?

future proofing

Currently it looks like _cobweb_categorize (in cobweb.py) is always going all the way to a leaf, rather than stopping at intermediate nodes. Double check that this behavior is correct. Also,...

bug