forked from chdd/weibo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
complete the basic framework
- Loading branch information
JeremyLi28
committed
Sep 3, 2015
1 parent
7f76709
commit adb9ac5
Showing
4 changed files
with
789 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.