From 2d1430ac01581608ff31e71a401ae5b3ad643aa5 Mon Sep 17 00:00:00 2001 From: giuliohome Date: Mon, 1 Sep 2014 01:14:10 +0200 Subject: [PATCH] set NFold CV from cmd args --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c00dd5a6b..992fd3a71 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Here you have: 2) the c# Higgs Kaggle demo, instead of the python one (actually you will get a higher score with the c# version, due to some changes I've made) in https://github.com/giuliohome/xgboost/tree/master/windows/kaggle_higgs_demo Start the demo from the root folder like this: - bin\x64\Debug\kaggle_higgs_demo.exe training_path.csv test_path.csv sharp_pred.csv + bin\x64\Debug\kaggle_higgs_demo.exe training_path.csv test_path.csv sharp_pred.csv NFoldCV + NFoldCV: 0 => no cv , 5 = 5-fold-cv, 10 = 10-fold-cv :-) 3) 5 fold cv implementation in c# for the demo: you see inline cv ams while training (of course on a completely separate set)