Factor Analysis with Correlated Topic Model - multi-view and multi-structure Bayesian probabilistic graphical model for data integration.
Available soon.
Here is the link to the example notebook, and the code for the model is in the factm
folder (we show in the notebook how to load it and use it).
Folder factm
contains the implementation of the FACTM, and also Factor Analysis (factm_fa.py
) and Correlated Topic Model (factm_ctm.py
) algorithms.
The code for rotations is temporarily in the notebook data/data_analysis/mirex/factm_interpretation.ipynb
.
See the simulations
and figures
folders.
We provide code that generates artificial data used in simulations, along with an example dataset (only one example is provided due to the large file sizes). Additionally, we provide code to compute performance metrics across all scenarios and models.
See the data
and figures
folders.
The datasets used in this article are freely available for download. Below are the links to access them:
In data/data_preprocessing
we provide code to preprocess these datasets to obtain the proper input to the models.
Refer to the data/data_analysis
folder for both the performance on benchmarks and the detailed analysis of the Mirex and COVID-19 datasets.
For Figs. 2, 3, 4, 5, 6, 7 from the main text, Figs. B.2, B.3, B.6, B.7 from the Appendix B, and tables see the folder figures
.
For Fig. B.5 see data/data_analysis/mirex/factm_interpretation.ipynb
.
If you use FACTM, please use the following citation:
Available soon
If you would like to contact the authors, please reach out to m.lazecka at uw.edu.pl.