From 6f745b506c2cb9b1fd0863fa7e77ef78e4d8e738 Mon Sep 17 00:00:00 2001 From: "Anthony D. Blaom" Date: Tue, 8 Sep 2026 07:45:38 +1200 Subject: [PATCH] trivial change --- docs/src/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/index.md b/docs/src/index.md index e4f116e..a00b5ef 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -1,6 +1,6 @@ -# NearestNeighborModels - Docs +# NearestNeighborModels.jl -NearestNeighborModels is a julia package providing implemtation of various +NearestNeighborModels.jl is a julia package providing implemtation of various k-nearest-neighbor classifiers and regressors models for use with [MLJ](https://juliaml.ai) machine learning framework. It also provides users with an array of weighting kernels to choose from for prediction.