Update README.md

This commit is contained in:
giuliohome 2014-08-31 15:49:34 +02:00
parent e4ad70e21c
commit 41eef462f0

View File

@ -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