Iris314 commited on
Commit
08bd3c8
·
verified ·
1 Parent(s): d3345af

Upload 4 files

Browse files
user_1/ranker.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fad96670cbb615ceb01002e5f046337b06d1e607d86393b0062c94bc259f739
3
+ size 1171680
user_1/training_log.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 2025-10-11T01:23:32.928650 | NDCG@5=0.4400, NDCG@10=0.4400
user_1/user_features_rank.csv ADDED
The diff for this file is too large to render. See raw diff
 
user_1/user_profile.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "user_id": "user_1",
3
+ "num_feedback": 2,
4
+ "diet": {
5
+ "vegetarian_type": "vegetarian"
6
+ },
7
+ "allergies": [],
8
+ "region_preference": [
9
+ "Europe"
10
+ ],
11
+ "nutritional_goals": {
12
+ "calories": {
13
+ "min": 200,
14
+ "max": 800
15
+ },
16
+ "protein": {
17
+ "min": 20,
18
+ "max": 50
19
+ }
20
+ },
21
+ "other_preferences": {
22
+ "preferred_main": [
23
+ "egg",
24
+ "cheese",
25
+ "spinach"
26
+ ],
27
+ "disliked_main": [
28
+ "chicken"
29
+ ],
30
+ "cooking_time_max": 45
31
+ }
32
+ }