From 41eef462f06dfcb83acb391a46abf13e588442f0 Mon Sep 17 00:00:00 2001 From: giuliohome Date: Sun, 31 Aug 2014 15:49:34 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4733a3142..5810720ea 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ In the main repo you already find 2 windows projects for the porting of the exec Here you have: - 1) a c# dll wrapper, meaning the passage unmanaged to managed code, in https://github.com/giuliohome/xgboost/tree/master/windows/xgboost_sharp_wrapper + 1) a c# dll wrapper, meaning the passage from unmanaged to managed code, in https://github.com/giuliohome/xgboost/tree/master/windows/xgboost_sharp_wrapper 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