From c6b08f4d361fe7ea052049545db6e615ea2871c9 Mon Sep 17 00:00:00 2001 From: Stijnvandenbroek Date: Mon, 9 Mar 2026 09:59:22 +0000 Subject: [PATCH] feat: refer to house elo repo in readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 956aae8..6f2de9a 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,8 @@ types to prevent silent schema drift. ### Machine learning An **ELO rating system** lets you rank listings via pairwise comparisons. An ML pipeline then learns -to predict ELO scores for unseen listings: +to predict ELO scores for unseen listings. The ranking UI and model logic originate from +[house-elo-ranking](https://github.com/Stijnvandenbroek/house-elo-ranking). | Asset | Description | | ---------------------- | ----------------------------------------------------------------------------------- |