baichongyang hace 1 año
padre
commit
ed016f9447
Se han modificado 1 ficheros con 12 adiciones y 5 borrados
  1. 12 5
      ad_out_v1_set_config.py

+ 12 - 5
ad_out_v1_set_config.py

@@ -13,15 +13,22 @@ if __name__ == '__main__':
     model_key = 'ad_out_v1'
     configs = {
         '173-u': {
-            'threshold': 0.26,
-            'item_threshold': 0.3957,
-            'user_threshold': 0.3272,
+            'threshold': 0.28,
+            'item_threshold': 0.45,
+            'user_threshold': 0.334571,
             'miss_threshold': 0.0,
-            'use_backup': 'true'
+            'use_backup': 'false'
         },
         '173-v': {
             'threshold': 0.273169,
-            'item_threshold': 0.402544,
+            'item_threshold': 0.45,
+            'user_threshold': 0.334571,
+            'miss_threshold': 0.0,
+            'use_backup': 'false'
+        },
+        '243-i': {
+            'threshold': 0.273169,
+            'item_threshold': 0.45,
             'user_threshold': 0.334571,
             'miss_threshold': 0.0,
             'use_backup': 'false'