From dfaa5d697bbadd8d84a99ef3289a27ff6ba2c50d Mon Sep 17 00:00:00 2001 From: Adrien <adrien.payen@student.uclouvain.be> Date: Fri, 24 May 2024 21:30:19 +0200 Subject: [PATCH] update readme --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b77ffff2..366979d9 100644 --- a/README.md +++ b/README.md @@ -114,11 +114,9 @@ It defines a function make_hackathon_prediction that takes feature_method and re Inside this function: - - It loads the training data and converts it into the format suitable for Surprise. - - - Trains a Content-Based model (ContentBased) on the training set using the specified feature and regressor methods. - - - Makes predictions on the test set by loading the test data from a CSV file and converting it into records. +- It loads the training data and converts it into the format suitable for Surprise. +- Trains a Content-Based model (ContentBased) on the training set using the specified feature and regressor methods. +- Makes predictions on the test set by loading the test data from a CSV file and converting it into records. Converts the predictions into a DataFrame and saves them as a CSV file. -- GitLab