Historically, the research/mwaddlink repository on Gerrit contained two related-but-distinct codebases:
- The training code to generate Add-Link-Structured-Task models
- The Link Recommendation service to generate recommendations based on those models
With the migration towards Airflow, this has changed. Nowadays, the repository is only used for the Link Recommendation service itself. Model training code is present in the Airflow DAGs repository on GitLab (more specific link).
In a discussion with @OKarakaya-WMF, @Urbanecm_WMF and Ozge decided to remove the pipeline training code from research/mwaddlink to avoid confusion (example patch from a confused author), replacing it with a link to the new location.