Skip to content

Commit

Permalink
framework1.0 compeleted
Browse files Browse the repository at this point in the history
complete the basic framework
  • Loading branch information
JeremyLi28 committed Sep 3, 2015
1 parent 7f76709 commit adb9ac5
Show file tree
Hide file tree
Showing 4 changed files with 789 additions and 112 deletions.
1 change: 1 addition & 0 deletions logs/test.log
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
,test_name,features,fmodel,cmodel,lmodel,dev_f,dev_c,dev_l,precision,model_parameters
0,BOW_2014-12-01_2014-12-31_2014-07-01_2014-11-30_100_BOW_2014-07-01_2014-11-30_2014-07-01_2014-11-30_100_LR_forward_count_BOW_2014-07-01_2014-11-30_2014-07-01_2014-11-30_100_LR_comment_count_BOW_2014-07-01_2014-11-30_2014-07-01_2014-11-30_100_LR_like_count,"[""BOW_2014-12-01_2014-12-31_2014-07-01_2014-11-30_100""]",BOW_2014-07-01_2014-11-30_2014-07-01_2014-11-30_100_LR_forward_count,BOW_2014-07-01_2014-11-30_2014-07-01_2014-11-30_100_LR_comment_count,BOW_2014-07-01_2014-11-30_2014-07-01_2014-11-30_100_LR_like_count,0.18658595688884083,0.06436337137747623,0.07195932326529227,0.21039135305362244,"{""lvs"": 0.0017419149074051621, ""lsos"": 348.46502042522604, ""cvs"": -0.00023912330681596927, ""fsos"": 2901.4505504176718, ""csos"": 168.74172539988706, ""fvs"": 0.0013724286846567013}"
2 changes: 1 addition & 1 deletion logs/train.log
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
,model_name,features,model_type,label,model_parameters,evaluation,model_address,train_time
0,BOW_2014-07-01_2014-11-30_2014-07-01_2014-11-30_100_LR_forward_count,[u'BOW_2014-07-01_2014-11-30_2014-07-01_2014-11-30_100'],LR,forward_count,{},"{u'sos': 9685.495063525079, u'vs': 0.0007090218440009011}",../models/BOW_2014-07-01_2014-11-30_2014-07-01_2014-11-30_100_LR_forward_count.model,8.44704008102417
0,BOW_2014-07-01_2014-11-30_2014-07-01_2014-11-30_100_LR_forward_count,"[""BOW_2014-07-01_2014-11-30_2014-07-01_2014-11-30_100""]",LR,forward_count,{},"{""sos"": 9685.495063525079, ""vs"": 0.0007090218440009011}",../models/BOW_2014-07-01_2014-11-30_2014-07-01_2014-11-30_100_LR_forward_count.model,8.44704008102417
1,BOW_2014-07-01_2014-11-30_2014-07-01_2014-11-30_100_LR_comment_count,"[""BOW_2014-07-01_2014-11-30_2014-07-01_2014-11-30_100""]",LR,comment_count,{},"{""sos"": 1417.615941072296, ""vs"": 0.00034625251632658394}",../models/BOW_2014-07-01_2014-11-30_2014-07-01_2014-11-30_100_LR_comment_count.model,9.041326999664307
2,BOW_2014-07-01_2014-11-30_2014-07-01_2014-11-30_100_LR_like_count,"[""BOW_2014-07-01_2014-11-30_2014-07-01_2014-11-30_100""]",LR,like_count,{},"{""sos"": 531.54946305982082, ""vs"": 0.00173097462842009}",../models/BOW_2014-07-01_2014-11-30_2014-07-01_2014-11-30_100_LR_like_count.model,7.989259958267212
Loading

0 comments on commit adb9ac5

Please sign in to comment.