|
@@ -1106,6 +1106,11 @@ class BaseConfig(object):
|
|
|
'care_model': True, 'threshold_rate': 0.7,
|
|
|
'threshold_mix_func': 'multiply',
|
|
|
},
|
|
|
+ '173-r': {'share': {'video': {'data': 'videos0new'}, 'user': {'data': 'user0new', 'rule': 'rule2'}},
|
|
|
+ 'out': {'video': {'data': 'videos0out'}, 'user': {'data': 'user0out', 'rule': 'rule2'}},
|
|
|
+ 'care_model': True, 'threshold_rate': 0.7,
|
|
|
+ 'threshold_mix_func': 'multiply',
|
|
|
+ },
|
|
|
|
|
|
|
|
|
|
|
@@ -1180,6 +1185,11 @@ class BaseConfig(object):
|
|
|
'care_model': True, 'threshold_rate': 0.7,
|
|
|
'threshold_mix_func': 'multiply',
|
|
|
},
|
|
|
+ '194-m': {'share': {'video': {'data': 'videos4new'}, 'user': {'data': 'user4new', 'rule': 'rule2'}},
|
|
|
+ 'out': {'video': {'data': 'videos4out'}, 'user': {'data': 'user4out', 'rule': 'rule2'}},
|
|
|
+ 'care_model': True, 'threshold_rate': 0.7,
|
|
|
+ 'threshold_mix_func': 'multiply',
|
|
|
+ },
|
|
|
|
|
|
|
|
|
|
|
@@ -1218,6 +1228,11 @@ class BaseConfig(object):
|
|
|
'care_model': True, 'threshold_rate': 0.7,
|
|
|
'threshold_mix_func': 'multiply',
|
|
|
},
|
|
|
+ '195-l': {'share': {'video': {'data': 'videos5new'}, 'user': {'data': 'user5new', 'rule': 'rule2'}},
|
|
|
+ 'out': {'video': {'data': 'videos5out'}, 'user': {'data': 'user5out', 'rule': 'rule2'}},
|
|
|
+ 'care_model': True, 'threshold_rate': 0.7,
|
|
|
+ 'threshold_mix_func': 'multiply',
|
|
|
+ },
|
|
|
|
|
|
|
|
|
|