sagravela commited on
Commit
11b1e95
·
1 Parent(s): 8c85f53

last model

Browse files
Files changed (48) hide show
  1. README.md +4 -3
  2. app.py +1 -1
  3. as.py +0 -20
  4. inference.py +11 -9
  5. {recommendation_model/model → model/ranking_model}/fingerprint.pb +1 -1
  6. {recommendation_model/model → model/ranking_model}/keras_metadata.pb +2 -2
  7. {recommendation_model/index → model/ranking_model}/saved_model.pb +2 -2
  8. {recommendation_model/index → model/ranking_model}/variables/variables.data-00000-of-00001 +2 -2
  9. model/ranking_model/variables/variables.index +0 -0
  10. {recommendation_model/index → model/retrieval_index}/fingerprint.pb +1 -1
  11. {recommendation_model/index → model/retrieval_index}/keras_metadata.pb +2 -2
  12. {recommendation_model/model → model/retrieval_index}/saved_model.pb +2 -2
  13. {recommendation_model/model → model/retrieval_index}/variables/variables.data-00000-of-00001 +2 -2
  14. model/retrieval_index/variables/variables.index +0 -0
  15. products/{4470620803936518297 → 10109334388143567834}/00000000.shard/00000000.snapshot +2 -2
  16. products/{7776351335182402423 → 10330248599300921013}/00000000.shard/00000000.snapshot +2 -2
  17. products/1090696620989606176/00000000.shard/00000000.snapshot +3 -0
  18. products/10940474998907749160/00000000.shard/00000000.snapshot +3 -0
  19. products/12840975870241520537/00000000.shard/00000000.snapshot +3 -0
  20. products/13647028138600564413/00000000.shard/00000000.snapshot +3 -0
  21. products/13899418556109793755/00000000.shard/00000000.snapshot +3 -0
  22. products/13990583163695514424/00000000.shard/00000000.snapshot +3 -0
  23. products/14345805792428425891/00000000.shard/00000000.snapshot +3 -0
  24. products/14371466803775709589/00000000.shard/00000000.snapshot +3 -0
  25. products/1578333843238780776/00000000.shard/00000000.snapshot +3 -0
  26. products/16771567014232482436/00000000.shard/00000000.snapshot +3 -0
  27. products/16895535069822258980/00000000.shard/00000000.snapshot +3 -0
  28. products/1728573024296971040/00000000.shard/00000000.snapshot +3 -0
  29. products/17791542437248711493/00000000.shard/00000000.snapshot +3 -0
  30. products/17875886567290137253/00000000.shard/00000000.snapshot +3 -0
  31. products/2088096786386730064/00000000.shard/00000000.snapshot +3 -0
  32. products/2324640233395721909/00000000.shard/00000000.snapshot +3 -0
  33. products/2521887443494170149/00000000.shard/00000000.snapshot +3 -0
  34. products/2968513013644679377/00000000.shard/00000000.snapshot +3 -0
  35. products/4289417005664533190/00000000.shard/00000000.snapshot +3 -0
  36. products/4680150073302958520/00000000.shard/00000000.snapshot +3 -0
  37. products/5285105494425665764/00000000.shard/00000000.snapshot +3 -0
  38. products/5612963723838050900/00000000.shard/00000000.snapshot +3 -0
  39. products/6294417851453925107/00000000.shard/00000000.snapshot +3 -0
  40. products/8014010485073505966/00000000.shard/00000000.snapshot +3 -0
  41. products/9249320478592962775/00000000.shard/00000000.snapshot +3 -0
  42. products/9662503285985067647/00000000.shard/00000000.snapshot +3 -0
  43. products/9722544657519255032/00000000.shard/00000000.snapshot +3 -0
  44. products/9925691710001970477/00000000.shard/00000000.snapshot +3 -0
  45. products/dataset_spec.pb +1 -1
  46. products/snapshot.metadata +1 -1
  47. recommendation_model/index/variables/variables.index +0 -0
  48. recommendation_model/model/variables/variables.index +0 -0
README.md CHANGED
@@ -1,13 +1,14 @@
1
  ---
2
  title: Recommendation Engine
3
- emoji: 🤗
4
- colorFrom: pink
5
- colorTo: green
6
  sdk: streamlit
7
  sdk_version: 1.38.0
8
  app_file: app.py
9
  pinned: false
10
  license: apache-2.0
 
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
  title: Recommendation Engine
3
+ emoji: 🚀
4
+ colorFrom: green
5
+ colorTo: blue
6
  sdk: streamlit
7
  sdk_version: 1.38.0
8
  app_file: app.py
9
  pinned: false
10
  license: apache-2.0
11
+ tags: ["streamlit", "recommendation", "tensorflow", "deep learning"]
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
app.py CHANGED
@@ -18,7 +18,7 @@ class QueryInputForm:
18
  ]
19
 
20
  self.device_type_options = [
21
- 'Mobile', 'Desktop', 'Phablet', 'Tablet', '', 'TV',
22
  'Portable Media Player', 'Wearable',
23
  ]
24
 
 
18
  ]
19
 
20
  self.device_type_options = [
21
+ 'Mobile', 'Desktop', 'Phablet', 'Tablet', 'TV',
22
  'Portable Media Player', 'Wearable',
23
  ]
24
 
as.py DELETED
@@ -1,20 +0,0 @@
1
- import tensorflow as tf
2
- import os
3
- from datetime import datetime
4
- from inference import Inference
5
-
6
- products_path = os.path.join("products")
7
- inference = Inference()
8
-
9
- raw_query = {
10
- 'user_id': "new_user", # any user will be considered as a new user
11
- 'channel': 'Organic',
12
- 'device_type': 'Desktop',
13
- 'query_text': 'pizza',
14
- 'time': datetime.now().strftime("%Y-%m-%d %H:%M:%S.%f"), # querytime
15
- }
16
-
17
- inference.get_recommendations(raw_query)
18
- print(inference.recommendations)
19
-
20
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
inference.py CHANGED
@@ -4,18 +4,21 @@ import os
4
 
5
  class Inference():
6
  def __init__(self):
7
- index_path = os.path.join("recommendation_model", "index")
8
- model_path = os.path.join("recommendation_model", "model")
 
 
 
 
 
 
 
 
9
  self.index = tf.keras.models.load_model(index_path)
10
  self.model = tf.keras.models.load_model(model_path)
11
 
12
  products_path = os.path.join("products")
13
  self.products = tf.data.Dataset.load(products_path)
14
-
15
- self.model_product_features = [
16
- 'product_id', 'category_name', 'merchant_name', 'merchant_city', 'merchant_state', 'merchant_region',
17
- 'free_shipping', 'is_sold_out', 'editor_pick', 'on_sale', 'product_name', 'price_in_cents', 'reviews'
18
- ]
19
 
20
  def get_recommendations(self, raw_query: dict):
21
  self.query_input = {
@@ -50,7 +53,7 @@ class Inference():
50
  return tf.reduce_any(tf.equal(item['product_id'], self.top_rec[0]))
51
 
52
  def get_score(self, item):
53
- input_data = {k: v for k, v in item.items() if k in self.model_product_features + list(self.query_input.keys())}
54
  _, _, score = self.model(input_data)
55
  item['score'] = score
56
  return item
@@ -62,7 +65,6 @@ class Inference():
62
  'price_in_cents': item['price_in_cents'],
63
  'reviews': item['reviews'],
64
  'merchant_name': item['merchant_name'],
65
- 'merchant_city': item['merchant_city'],
66
  'merchant_state': item['merchant_state'],
67
  'merchant_region': item['merchant_region'],
68
  'free_shipping': item['free_shipping'],
 
4
 
5
  class Inference():
6
  def __init__(self):
7
+ self.product_features = [
8
+ 'product_id', 'product_name', 'category_name',
9
+ 'merchant_name', 'merchant_state', 'merchant_region',
10
+ 'free_shipping', 'is_sold_out', 'editor_pick', 'on_sale',
11
+ 'sales_last_week', 'sales_last_month', 'sales_last_year',
12
+ 'price_in_cents', 'reviews'
13
+ ]
14
+
15
+ index_path = os.path.join("model", "retrieval_index")
16
+ model_path = os.path.join("model", "ranking_model")
17
  self.index = tf.keras.models.load_model(index_path)
18
  self.model = tf.keras.models.load_model(model_path)
19
 
20
  products_path = os.path.join("products")
21
  self.products = tf.data.Dataset.load(products_path)
 
 
 
 
 
22
 
23
  def get_recommendations(self, raw_query: dict):
24
  self.query_input = {
 
53
  return tf.reduce_any(tf.equal(item['product_id'], self.top_rec[0]))
54
 
55
  def get_score(self, item):
56
+ input_data = {k: v for k, v in item.items() if k in self.product_features + list(self.query_input.keys())}
57
  _, _, score = self.model(input_data)
58
  item['score'] = score
59
  return item
 
65
  'price_in_cents': item['price_in_cents'],
66
  'reviews': item['reviews'],
67
  'merchant_name': item['merchant_name'],
 
68
  'merchant_state': item['merchant_state'],
69
  'merchant_region': item['merchant_region'],
70
  'free_shipping': item['free_shipping'],
{recommendation_model/model → model/ranking_model}/fingerprint.pb RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:73dd5eb15d19b0f7ba30b2974616716ad220ab358f4f5a0ccb63f4a1abb91441
3
  size 56
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:747d28848bf5124c4859277bd4b3f9210d2106a0c121f6c8120716430eda3f44
3
  size 56
{recommendation_model/model → model/ranking_model}/keras_metadata.pb RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0f5a6e2a033359beeaa8ea2aaa03b19a37affcc7b0ee9be7383acf6d487bec32
3
- size 114938
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:510a6de1c12db4ab4ceec254a573b33aaa659b6183dd573bafc4a4722218d2f8
3
+ size 140110
{recommendation_model/index → model/ranking_model}/saved_model.pb RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:54aa27f06f6c7bc92493e16f14fdc4c0d5a4418e68f5a7be3900a986167cd345
3
- size 1340342
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1303c486564926e6dfa8eae9a122390d100a01b1818b89eb763533cd9dd68835
3
+ size 2820254
{recommendation_model/index → model/ranking_model}/variables/variables.data-00000-of-00001 RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a8c214a6184250fe8cd49e17760e466ae3aafd7d952cd92338d754183dca2fea
3
- size 21942235
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b8b848c9e77055b6b1d170c37aa9e86b7973598ce9b640320e5c7593ea684cd
3
+ size 19704630
model/ranking_model/variables/variables.index ADDED
Binary file (2.76 kB). View file
 
{recommendation_model/index → model/retrieval_index}/fingerprint.pb RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5fa78657cc3dc078663289fc7e2e2269269e30855679fa8dd8fe6ecc1cc784e3
3
  size 56
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4e5fd9a0ebe4e3aa72e93808e01cae5ecf7e37d775e813c687aa872ee07d625
3
  size 56
{recommendation_model/index → model/retrieval_index}/keras_metadata.pb RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:feef2be744045e53d44c33c63dd223c3d14a1fe0d57db1044a5d8c3506bf8fb4
3
- size 43956
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79eb2ce1e070d9883a5b2d6bb1fd925041b9cb53bf5649955692e0e0352c3b4f
3
+ size 42119
{recommendation_model/model → model/retrieval_index}/saved_model.pb RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9ac62f41927afd25da1c115920addf4834d98db64c5a11dbfcb48307e3b5edd5
3
- size 2888902
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a71ef6982fbe0b4a91eaee5e69cb5d0e9989d829e1822c150b5f59c19ea77b1
3
+ size 1404735
{recommendation_model/model → model/retrieval_index}/variables/variables.data-00000-of-00001 RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:469452fc885fbaa976c2fc4867844c1b77258c1f4265a75699fc2a29316091fe
3
- size 37821029
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f14de9e5d2d5ecb85435126aeee8baa383a8e8a6b141b4d43828eed2de7f286
3
+ size 13681253
model/retrieval_index/variables/variables.index ADDED
Binary file (914 Bytes). View file
 
products/{4470620803936518297 → 10109334388143567834}/00000000.shard/00000000.snapshot RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a6b7c352940d95107a6bfc9035e75d6797ad9f18449205e1f718ec3757835065
3
- size 5133290
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a1ce194a527371b013f2fc4653cc3c19cfce313e00d7b0fbcf474a4b537b268
3
+ size 5134444
products/{7776351335182402423 → 10330248599300921013}/00000000.shard/00000000.snapshot RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a6b7c352940d95107a6bfc9035e75d6797ad9f18449205e1f718ec3757835065
3
- size 5133290
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a1ce194a527371b013f2fc4653cc3c19cfce313e00d7b0fbcf474a4b537b268
3
+ size 5134444
products/1090696620989606176/00000000.shard/00000000.snapshot ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a1ce194a527371b013f2fc4653cc3c19cfce313e00d7b0fbcf474a4b537b268
3
+ size 5134444
products/10940474998907749160/00000000.shard/00000000.snapshot ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a1ce194a527371b013f2fc4653cc3c19cfce313e00d7b0fbcf474a4b537b268
3
+ size 5134444
products/12840975870241520537/00000000.shard/00000000.snapshot ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a1ce194a527371b013f2fc4653cc3c19cfce313e00d7b0fbcf474a4b537b268
3
+ size 5134444
products/13647028138600564413/00000000.shard/00000000.snapshot ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a1ce194a527371b013f2fc4653cc3c19cfce313e00d7b0fbcf474a4b537b268
3
+ size 5134444
products/13899418556109793755/00000000.shard/00000000.snapshot ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a1ce194a527371b013f2fc4653cc3c19cfce313e00d7b0fbcf474a4b537b268
3
+ size 5134444
products/13990583163695514424/00000000.shard/00000000.snapshot ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a1ce194a527371b013f2fc4653cc3c19cfce313e00d7b0fbcf474a4b537b268
3
+ size 5134444
products/14345805792428425891/00000000.shard/00000000.snapshot ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a1ce194a527371b013f2fc4653cc3c19cfce313e00d7b0fbcf474a4b537b268
3
+ size 5134444
products/14371466803775709589/00000000.shard/00000000.snapshot ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a1ce194a527371b013f2fc4653cc3c19cfce313e00d7b0fbcf474a4b537b268
3
+ size 5134444
products/1578333843238780776/00000000.shard/00000000.snapshot ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a1ce194a527371b013f2fc4653cc3c19cfce313e00d7b0fbcf474a4b537b268
3
+ size 5134444
products/16771567014232482436/00000000.shard/00000000.snapshot ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a1ce194a527371b013f2fc4653cc3c19cfce313e00d7b0fbcf474a4b537b268
3
+ size 5134444
products/16895535069822258980/00000000.shard/00000000.snapshot ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a1ce194a527371b013f2fc4653cc3c19cfce313e00d7b0fbcf474a4b537b268
3
+ size 5134444
products/1728573024296971040/00000000.shard/00000000.snapshot ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a1ce194a527371b013f2fc4653cc3c19cfce313e00d7b0fbcf474a4b537b268
3
+ size 5134444
products/17791542437248711493/00000000.shard/00000000.snapshot ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a1ce194a527371b013f2fc4653cc3c19cfce313e00d7b0fbcf474a4b537b268
3
+ size 5134444
products/17875886567290137253/00000000.shard/00000000.snapshot ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a1ce194a527371b013f2fc4653cc3c19cfce313e00d7b0fbcf474a4b537b268
3
+ size 5134444
products/2088096786386730064/00000000.shard/00000000.snapshot ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a1ce194a527371b013f2fc4653cc3c19cfce313e00d7b0fbcf474a4b537b268
3
+ size 5134444
products/2324640233395721909/00000000.shard/00000000.snapshot ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a1ce194a527371b013f2fc4653cc3c19cfce313e00d7b0fbcf474a4b537b268
3
+ size 5134444
products/2521887443494170149/00000000.shard/00000000.snapshot ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a1ce194a527371b013f2fc4653cc3c19cfce313e00d7b0fbcf474a4b537b268
3
+ size 5134444
products/2968513013644679377/00000000.shard/00000000.snapshot ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a1ce194a527371b013f2fc4653cc3c19cfce313e00d7b0fbcf474a4b537b268
3
+ size 5134444
products/4289417005664533190/00000000.shard/00000000.snapshot ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a1ce194a527371b013f2fc4653cc3c19cfce313e00d7b0fbcf474a4b537b268
3
+ size 5134444
products/4680150073302958520/00000000.shard/00000000.snapshot ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a1ce194a527371b013f2fc4653cc3c19cfce313e00d7b0fbcf474a4b537b268
3
+ size 5134444
products/5285105494425665764/00000000.shard/00000000.snapshot ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a1ce194a527371b013f2fc4653cc3c19cfce313e00d7b0fbcf474a4b537b268
3
+ size 5134444
products/5612963723838050900/00000000.shard/00000000.snapshot ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a1ce194a527371b013f2fc4653cc3c19cfce313e00d7b0fbcf474a4b537b268
3
+ size 5134444
products/6294417851453925107/00000000.shard/00000000.snapshot ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a1ce194a527371b013f2fc4653cc3c19cfce313e00d7b0fbcf474a4b537b268
3
+ size 5134444
products/8014010485073505966/00000000.shard/00000000.snapshot ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a1ce194a527371b013f2fc4653cc3c19cfce313e00d7b0fbcf474a4b537b268
3
+ size 5134444
products/9249320478592962775/00000000.shard/00000000.snapshot ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a1ce194a527371b013f2fc4653cc3c19cfce313e00d7b0fbcf474a4b537b268
3
+ size 5134444
products/9662503285985067647/00000000.shard/00000000.snapshot ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a1ce194a527371b013f2fc4653cc3c19cfce313e00d7b0fbcf474a4b537b268
3
+ size 5134444
products/9722544657519255032/00000000.shard/00000000.snapshot ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a1ce194a527371b013f2fc4653cc3c19cfce313e00d7b0fbcf474a4b537b268
3
+ size 5134444
products/9925691710001970477/00000000.shard/00000000.snapshot ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a1ce194a527371b013f2fc4653cc3c19cfce313e00d7b0fbcf474a4b537b268
3
+ size 5134444
products/dataset_spec.pb CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a6e96cdf4683d9d39dfc6f9479faacaf67e96d9e82abf87731908391a2b1b55d
3
  size 411
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fad3dfaec8451b34989786478e18208d8e5912a041a61bba810c0a540b67a87c
3
  size 411
products/snapshot.metadata CHANGED
@@ -1 +1 @@
1
- 4470620803936518297�ޘ��� *  0�H�>
 
1
+ 16895535069822258980���� *   0�H�>
recommendation_model/index/variables/variables.index DELETED
Binary file (1.02 kB)
 
recommendation_model/model/variables/variables.index DELETED
Binary file (2.75 kB)