add toy data
This commit is contained in:
parent
e1b5b99113
commit
a20b1d1866
@ -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
|
||||||
|
|
||||||
|
|||||||
3
demo/regression/validation.txt
Normal file
3
demo/regression/validation.txt
Normal 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
|
||||||
Loading…
x
Reference in New Issue
Block a user