add toy data

This commit is contained in:
kalenhaha 2014-02-19 13:01:15 +08:00
parent e1b5b99113
commit a20b1d1866
2 changed files with 7 additions and 4 deletions

View File

@ -2,15 +2,15 @@ boost_iterations=10
save_period=0 save_period=0
train_path= train_path=C:\cygwin64\home\Chen\GitHub\xgboost\demo\regression\train.txt
model_dir_path= model_dir_path=C:\cygwin64\home\Chen\GitHub\xgboost\demo\regression\model
validation_paths= validation_paths=C:\cygwin64\home\Chen\GitHub\xgboost\demo\regression\validation.txt
validation_names=validation validation_names=validation
test_paths= test_paths=C:\cygwin64\home\Chen\GitHub\xgboost\demo\regression\test.txt
test_names=test test_names=test

View File

@ -0,0 +1,3 @@
1 0:1 1:2 2:1
1 0:2 1:1 2:1
0 0:5 1:0 2:0