From 9538d4722c20dc26e0947f787dcd4d9a20319286 Mon Sep 17 00:00:00 2001 From: hashlag <90853356+hashlag@users.noreply.github.com> Date: Tue, 6 Feb 2024 21:04:43 +0300 Subject: [PATCH] upd README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a7117f4..58e08e5 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ Nadaraya-Watson kernel regressor is implemented. Demo: `demo/regressor_demo.py` +![regressor demo screenshot](https://raw.githubusercontent.com/hashlag/neighbours/main/demo/regressor_demo_output.png) + ### Neighbors search algorithm Random projection forest is used to search for neighbours.