Topic-Models-Collection

时间:2024-04-10 02:50:07
【文件属性】:

文件名称:Topic-Models-Collection

文件大小:25KB

文件格式:ZIP

更新时间:2024-04-10 02:50:07

Python

主题模型集合 该存储库包含HeinOnline数据集上几个主题模型的实现。通过更改数据集的路径并将训练数据设置到相应的列,可以使用其数据集执行模型。例如,将parser.add_argument('--dataset', type=str, default='HeiOnline.csv', help='the path to the dataset')和parser.add_argument('--dataset', type=str, default='your own path', help='the path to the dataset') articles = df['content']替换为parser.add_argument('--dataset', type=str, default='your own path', help='the path to the datas


【文件预览】:
Topic-Models-Collection-main
----preprocessing.py(5KB)
----.gitignore(19B)
----evaluation()
--------__init__.py(0B)
--------metrics.py(2KB)
----requirements.txt(109B)
----__init__.py(0B)
----models()
--------ctm.py(4KB)
--------bat.py(10KB)
--------nmf.py(3KB)
--------__init__.py(0B)
--------dtm.py(5KB)
--------prodlda.py(9KB)
--------lda.py(3KB)
--------etm.py(10KB)
----README.md(13KB)

网友评论