Welcome to trisbm’s documentation!

This module inherits from sbmtm and extends network based topic models with multiple layers of information.

tripartite network

Run multi-partite topic models.

Caveats

Please check this stuff in your data:

  • there should be no zero-degree nodes (all nodes should have at least one link)

  • there shouldn’t be any duplicate node

  • The make_form_BoW_df function discretises the data

nsbm module

install: conda install nsbm -c conda-forge

nSBM model

Examples