You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When implementing the inferencer for CTM in Python, you may need to modify lines 471-472 in the inferencer/src/core/inferencer/base/inferencer.py file. Rrefer to lines 1446-1449 in the topicmodeling.py file from the topicmodeler repository for further guidance.
When inferring topics for a single document provided by the user using CTM, embeddings are not required. However, if you are inferring topics for a whole corpus, the embeddings should be provided in the input parquet file of the corpus for inference.
TODO:
Construct ProdLDA model for a different corpus (e.g., SCOPUS).
Index both corpus and model into the EWB.
Implement inferDoc functionality for ProdLDA and test it with the former model.
Repeat 1-3 for CTM.
Implement listInferenceModels and deleteInferenceModel.
The missing endpoints are:
The text was updated successfully, but these errors were encountered: