Hendrik Hagedorn

Results 3 comments of Hendrik Hagedorn

From what you wrote I am not sure if this has been tried yet, but for me installing the module in the version found in pull request #56 (along with...

In Google Colab you are also able to pip install from github repositories, thus you can also install the version from #56. It should work like this: `!pip install git+https://github.com/alexeyegorov/GuidedLDA`...

Thank you for the solution! On my machine (Windows 10 & Python 3.9) `np.int64` did not solve it, but substituting it with `np.integer` did.