From c9389f7b1e636932730963d21b962521bd5054fd Mon Sep 17 00:00:00 2001 From: jwradhe Date: Wed, 6 Nov 2024 23:01:16 +0100 Subject: [PATCH] Uppdatera README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a8c137..b01c9a9 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,7 @@ I will use a dataset from TMBD https://www.kaggle.com/datasets/asaniczka/full-tmdb-tv-shows-dataset-2023-150k-shows ### Model: -I must first preprocess data with vectorization so that i can use it in NearestNeighbors (NN) alhorithm. -I will use NearestNeighbors (NN) output as input to K-NearestNeighbors alhorithm. +I must first preprocess data with vectorization so that i can train it in NearestNeighbors (NN) alhorithm with cosine distance. Later use NearestNeighbors (NN) in combination with K-NearestNeighbors (K-NN) alhorithm. ### Features: 1. Load data from dataset and preprocessing.