-
Notifications
You must be signed in to change notification settings - Fork 350
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
complete the train function, modify the test function
- Loading branch information
JeremyLi28
committed
Sep 2, 2015
1 parent
5e9aa38
commit 7f76709
Showing
26 changed files
with
2,123 additions
and
2,490 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 |
---|---|---|
|
@@ -14,3 +14,7 @@ results/* | |
.ipynb_checkpoints/* | ||
|
||
features/* | ||
|
||
models/* | ||
|
||
others/* |
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,3 +1,3 @@ | ||
,feature_name,feature_type,data_time,parameters,category,feature_address,description | ||
0,BOW_2014-07-01_2014-11-30_2014-07-01_2014-11-30_100,BOW,"['2014-07-01', '2014-11-30']","{'max_features': 100, 'vec_time': ['2014-07-01', '2014-11-30']}",I,../features/BOW_2014-07-01_2014-11-30_2014-07-01_2014-11-30_100.feature,Bag of Words in word count from 2014-07-01 to 2014-11-30 using top 100 words | ||
1,BOW_2014-12-01_2014-12-31_2014-07-01_2014-11-30_100,BOW,"['2014-12-01', '2014-12-31']","{'max_features': 100, 'vec_time': ['2014-07-01', '2014-11-30']}",I,../features/BOW_2014-12-01_2014-12-31_2014-07-01_2014-11-30_100.feature,Bag of Words in word count from 2014-12-01 to 2014-12-31 using top 100 words | ||
0,BOW_2014-07-01_2014-11-30_2014-07-01_2014-11-30_100,BOW,"[""2014-07-01"",""2014-11-30""]","{""max_features"": 100, ""vec_time"": [""2014-07-01"", ""2014-11-30""]}",I,../features/BOW_2014-07-01_2014-11-30_2014-07-01_2014-11-30_100.feature,Bag of Words in word count from 2014-07-01 to 2014-11-30 using top 100 words | ||
1,BOW_2014-12-01_2014-12-31_2014-07-01_2014-11-30_100,BOW,"[""2014-12-01"",""2014-12-31""]","{""max_features"": 100, ""vec_time"": [""2014-07-01"", ""2014-11-30""]}",I,../features/BOW_2014-12-01_2014-12-31_2014-07-01_2014-11-30_100.feature,Bag of Words in word count from 2014-12-01 to 2014-12-31 using top 100 words |
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 @@ | ||
test_data,train_data,model,parameters,f_sos,f_vs,c_sos,c_vs,l_sos,l_vs | ||
,test_name,features,fmodel,cmodel,lmodel,dev_f,dev_c,dev_l,precision,model_parameters |
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,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 | ||
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 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
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