TopicNet
TopicNet copied to clipboard
Interface for easier topic modelling.
!pip install topicnet TopicNet in /usr/local/lib/python3.7/dist-packages (0.8.0) ` %%time enable_hide_warnings() models = decorrelating_cube(topic_model, dataset) # TODO: nice cube output? ------------------------------------------------------------------------------------------ To toggle on/off output_stderr, click [here](javascript:code_toggle_err()). /usr/local/lib/python3.7/dist-packages/dill/_dill.py:1845: PicklingWarning: Cannot locate...
K -> k 
Probably it would be good to add reference to the BigARTM tutorial by [Murat Apishev](https://github.com/MelLain): https://youtu.be/AIN00vWOJGw.
Add note in README about TopicNet on HuggingFace: https://huggingface.co/TopicNet.
* Datasets: update for newer pandas * Thetaless: update for newer artm or something
Currently, seems like only [bigartm9](https://pypi.org/project/bigartm) is generally used in tests. Ideally, TopicNet should also be tested with [bigartm10](https://pypi.org/project/bigartm10). If somebody will run TopicNet's tests for whatever reason, they should keep...
Related https://github.com/machine-intelligence-laboratory/TopicNet/pull/110. P.S. For the new TopicNet release?.. Maybe... Someday... 🎈
Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.3.2 to 1.5.0. Release notes Sourced from scikit-learn's releases. Scikit-learn 1.5.0 We're happy to announce the 1.5.0 release. You can read the release highlights under https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html and...
Builds stop running. Travis:  Codecov:  Related: https://github.com/machine-intelligence-laboratory/TopicNet/pull/99.