Skip to content
GitLab
Explorer
Connexion
S'inscrire
Navigation principale
Rechercher ou aller à…
Projet
R
recomsys
Gestion
Activité
Membres
Labels
Programmation
Tickets
Tableaux des tickets
Jalons
Wiki
Code
Requêtes de fusion
Dépôt
Branches
Validations
Étiquettes
Graphe du dépôt
Comparer les révisions
Extraits de code
Compilation
Pipelines
Jobs
Planifications de pipeline
Artéfacts
Déploiement
Releases
Registre de paquets
Registre de conteneur
Registre de modèles
Opération
Environnements
Modules Terraform
Surveillance
Incidents
Analyse
Données d'analyse des chaînes de valeur
Analyse des contributeurs
Données d'analyse CI/CD
Données d'analyse du dépôt
Expériences du modèle
Aide
Aide
Support
Documentation de GitLab
Comparer les forfaits GitLab
Forum de la communauté
Contribuer à GitLab
Donner votre avis
Conditions générales et politique de confidentialité
Raccourcis clavier
?
Extraits de code
Groupes
Projets
Afficher davantage de fils d'Ariane
recommender_system
recomsys
Validations
c7598c01
Valider
c7598c01
rédigé
1 year ago
par
Prince Addae
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
Update file README.md
parent
e492a948
Aucune branche associée trouvée
Branches contenant la validation
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Modifications
1
Masquer les modifications d'espaces
En ligne
Côte à côte
Affichage de
1 fichier modifié
README.md
+5
-5
5 ajouts, 5 suppressions
README.md
avec
5 ajouts
et
5 suppressions
README.md
+
5
−
5
Voir le fichier @
c7598c01
...
@@ -66,11 +66,11 @@ The project is organized into the following key components:
...
@@ -66,11 +66,11 @@ The project is organized into the following key components:
-
Evaluates different recommendation models using various cross-validation techniques.
-
Evaluates different recommendation models using various cross-validation techniques.
-
Imports key packages and modules (model_selection and accuracy from Surprise).
-
Imports key packages and modules (
`
model_selection
`
and
`
accuracy
`
from Surprise).
-
Adapts the load_ratings function to load data in a format compatible with Surprise.
-
Adapts the
`
load_ratings
`
function to load data in a format compatible with Surprise.
-
Implements three methods of cross-validation: generate_split_predictions,
generate_loo_top_n, and generate_full_top_n.
-
Implements three methods of cross-validation:
`
generate_split_predictions,
`
`
generate_loo_top_n
`
, and
`
generate_full_top_n
`
.
-
Introduces three new metrics: RMSE, hit rate, and novelty.
-
Introduces three new metrics: RMSE, hit rate, and novelty.
...
@@ -81,13 +81,13 @@ The project is organized into the following key components:
...
@@ -81,13 +81,13 @@ The project is organized into the following key components:
-
Analyzes a smaller version of the dataset for debugging purposes.
-
Analyzes a smaller version of the dataset for debugging purposes.
-
Similar analyses to analytics_ui.ipynb, but on a smaller scale to speed up computation time.
-
Similar analyses to
`
analytics_ui.ipynb
`
, but on a smaller scale to speed up computation time.
8.
***analytics_test.ipynb***
8.
***analytics_test.ipynb***
-
Analyzes a test dataset to understand algorithm behaviors during development.
-
Analyzes a test dataset to understand algorithm behaviors during development.
-
Similar analyses to analytics_ui.ipynb, but on a smaller test dataset to better understand how algorithms work.
-
Similar analyses to
`
analytics_ui.ipynb
`
, but on a smaller test dataset to better understand how algorithms work.
### Datasets
### Datasets
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
Aperçu
0%
Chargement en cours
Veuillez réessayer
ou
joindre un nouveau fichier
.
Annuler
You are about to add
0
people
to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Enregistrer le commentaire
Annuler
Veuillez vous
inscrire
ou vous
se connecter
pour commenter