Skip to content
Extraits de code Groupes Projets
Valider cd87c7ce rédigé par Prince Addae's avatar Prince Addae
Parcourir les fichiers

Update file README.md

parent 3500e6cf
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -19,10 +19,11 @@ pip install random ...@@ -19,10 +19,11 @@ pip install random
pip install tabulate pip install tabulate
``` ```
## Codes Python de Base
<<<<<<< HEAD ##Project Structure
These codes will be found in the section of each submission: "1_Analytics_UI", "2_Evaluator_Block", "3_User_Based", "4e Rendu". These are located in the same folder as each Jupyter notebook (.ipynb). The project is organized into the following key components:
###Configuration and Constants
1. **configs.py** 1. **configs.py**
- This code defines an EvalConfig class that stores configurations for evaluating multiple recommendation models. It specifies a list of models, each with its name, class, and parameters. Metrics are defined to evaluate model performance under different scenarios: split evaluation, Leave-One-Out, and on the entire dataset. Other parameters include test set size and number of recommendations to consider. - This code defines an EvalConfig class that stores configurations for evaluating multiple recommendation models. It specifies a list of models, each with its name, class, and parameters. Metrics are defined to evaluate model performance under different scenarios: split evaluation, Leave-One-Out, and on the entire dataset. Other parameters include test set size and number of recommendations to consider.
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter