adoptium / aqa-test-tools

Home of Test Results Summary Service (TRSS) and PerfNext. These tools are designed to improve our ability to monitor and triage tests at the Adoptium project. The code is generic enough that it is extensible for use by any project that needs to monitor multiple CI servers and aggregate their results.
Apache License 2.0
28 stars 79 forks source link

Create a Latent Dirichlet Allocation model for Deep AQAtik project #696

Open ichristod opened 2 years ago

ichristod commented 2 years ago

The purpose is to explore the capabilities of LDA topics on capturing the semantic similarity between GithubIssues and JenkinsLogs. The mixture of the topics can help us identify non informative words concerning the failures and errors.

ichristod commented 2 years ago

@smlambert @llxia @LongyuZhang I am currently working on this issue.