Browse Source

LR、FM模型

丁云鹏 10 months ago
parent
commit
1da465a6ca

+ 0 - 1
recommend-server-service/src/main/java/com/tzld/piaoquan/recommend/server/service/score/model/LRV2Model.java

@@ -73,7 +73,6 @@ public class LRV2Model extends Model {
         int cnt = 0;
 
         Integer curTime = new Long(System.currentTimeMillis() / 1000).intValue();
-        LOGGER.info("[MODELLOAD] before model load, key size: {}, current time: {}", lrModel.size(), curTime);
         //first stage
         while ((line = input.readLine()) != null) {
             String[] items = line.split(" ");