template-scala-topic-model-LDA

时间:2024-06-04 03:41:02
【文件属性】:

文件名称:template-scala-topic-model-LDA

文件大小:6.49MB

文件格式:ZIP

更新时间:2024-06-04 03:41:02

Scala

主题建模模板-LDA 该模板要求spark> = 1.4.0。 输入数据是纯文本,在data / data.txt中,每个LDA“文档”一行。 创建一个PIO应用程序: pio app new YOURAPPNAME 使用以下命令导入数据: python data/import_eventserver.py --access_key YOURACCESSKEYHERE 参数在engine.json中,要考虑的最重要的是主题数。 建立,训练LDA模型: pio train pio deploy``` prediction query: ``` {"text": "wishing he did not have to go"} ``` The response contains the top topic for this document, as well


网友评论