Closed masastat closed 3 years ago
Hi @masastat , thank you for reporting. The problem you reported was considered a bug and is currently being fixed. It will be patched in the next minor update, so please wait a bit. Thank you!
@masastat It has been fixed since v0.10.1. Also I added a new sample about HLDA (https://github.com/bab2min/tomotopy/blob/main/examples/hlda_basic.py). I hope it helps. Thank you again for reporting!
Hi, thank you for a great library! I am using HLDA model. I would like to get a path for an unseen (not used for training) document
doc
.However, 'doc.path' for an unseen document seems to be wrong (though 'doc.path' for a document used in training seems to be correct).
doc.path
for unseen document contains multiple same values. (for example,array([ 0, 0, 0, 0, 216], dtype=int32)
)How can I get the correct path? Thanks in advance!