|  | @@ -33,7 +33,7 @@ public class RandomPredictModel extends ThresholdPredictModel {
 | 
											
												
													
														|  |          hash=hash<0?-hash:hash;
 |  |          hash=hash<0?-hash:hash;
 | 
											
												
													
														|  |          double score=(hash+ RandWContainer.getRandW())%100/100d;
 |  |          double score=(hash+ RandWContainer.getRandW())%100/100d;
 | 
											
												
													
														|  |          double threshold=Double.parseDouble(
 |  |          double threshold=Double.parseDouble(
 | 
											
												
													
														|  | -                modelParam.getExtraParam().getOrDefault(modelParam.getAppType()+"_"+modelParam.getUserExtraFuture("shareType").toString(),-1
 |  | 
 | 
											
												
													
														|  | 
 |  | +                modelParam.getExtraParam().getOrDefault(modelParam.getAppType()+"_"+modelParam.getUserExtraFuture("shareType").toString().replace("return","").replace("mids",""),-1
 | 
											
												
													
														|  |                  ).toString());
 |  |                  ).toString());
 | 
											
												
													
														|  |          if(threshold<0d){
 |  |          if(threshold<0d){
 | 
											
												
													
														|  |              threshold=Double.parseDouble(
 |  |              threshold=Double.parseDouble(
 |