From 7bd5359ea6fbee4615a81702796ed0a314ae464d Mon Sep 17 00:00:00 2001 From: Adrien <adrien.payen@student.uclouvain.be> Date: Fri, 24 May 2024 22:28:48 +0200 Subject: [PATCH] update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e63840ef..09d2ed8b 100644 --- a/README.md +++ b/README.md @@ -81,8 +81,8 @@ This folder contains all the data, jupyter notebook, scripts python used to impr - Exports the evaluation report to a CSV file. -## Content Based -***hackathon_make_predictions.ipynb*** +## Content Based and Hackathon +1. ### ***hackathon_make_predictions.ipynb*** Define a function make_hackathon_prediction that takes feature_method and regressor_method as input. @@ -96,7 +96,7 @@ Converts the predictions into a DataFrame and saves them as a CSV file. It then calls this function with specific parameters and prints the generated predictions. -***content_based.ipynb*** +2. #### ***content_based.ipynb*** 1. ***Feature Extraction Methods*** The system supports the following feature extraction methods: - `genre`: Extracts genres of the movies using TF-IDF vectorization. -- GitLab