From 0422853573e6adf97d21b086fbfd0520fbc0c941 Mon Sep 17 00:00:00 2001 From: Prince Addae <charles.addae@student.uclouvain.be> Date: Fri, 24 May 2024 18:27:23 +0000 Subject: [PATCH] Update file README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index df9f287f..09265804 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ pip install scikit-surprise pip install collections pip install random pip install tabulate +pip install xgboost +pip install lightgbm ``` @@ -43,6 +45,12 @@ The system supports the following regression models for predicting user ratings: - `gradient_boosting` - `ridge_regression` - `svr_regression` +- `elastic_net` +- `knn_regression` +- `decision_tree` +- `adaboost` +- `xgboost` +- `lightgbm` -- GitLab