|
@@ -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'
|