From 0f28ee4a8eba6b3c20df5bddbf6193a13c8fd0c6 Mon Sep 17 00:00:00 2001 From: giuliohome Date: Sun, 31 Aug 2014 15:30:48 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ecee80f4a..614aacdd8 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ This is a Fork of XGBoost from https://github.com/tqchen/xgboost In the main repo you already find 2 windows projects for the porting of the executable and the python library. -Here you have -1) a c# dll wrapper, meaning the passage unmanaged to managed code -2) the c# Higgs Kaggle demo, instead of the python one + +Here (https://github.com/giuliohome/xgboost/tree/master/windows/xgboost_sharp_wrapper) you have: + + 1) a c# dll wrapper, meaning the passage unmanaged to managed code + 2) the c# Higgs Kaggle demo, instead of the python one next steps: -I will upload a c# cv implementation for the demo very soon + I will upload a c# cv implementation for the demo very soon