From a70454e3ce672c21c2014145efa5d9dd09f52f5b Mon Sep 17 00:00:00 2001 From: tqchen Date: Fri, 16 May 2014 19:33:59 -0700 Subject: [PATCH] add bing to author list --- README.md | 3 ++- python/xgboost.py | 1 + python/xgboost_python.cpp | 1 + python/xgboost_python.h | 3 ++- 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 64cbf5159..c775c9776 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,10 @@ xgboost: eXtreme Gradient Boosting ======= An optimized general purpose gradient boosting (tree) library. -Authors: +Contributors: * Tianqi Chen, project creater * Kailong Chen, contributes regression module +* Bing Xu, contributes python interface, higgs example Turorial and Documentation: https://github.com/tqchen/xgboost/wiki diff --git a/python/xgboost.py b/python/xgboost.py index 5c3555770..d7cf9f63e 100644 --- a/python/xgboost.py +++ b/python/xgboost.py @@ -1,3 +1,4 @@ +# Author: Tianqi Chen, Bing Xu # module for xgboost import ctypes import os diff --git a/python/xgboost_python.cpp b/python/xgboost_python.cpp index 8dd210c52..7c63fc6ac 100644 --- a/python/xgboost_python.cpp +++ b/python/xgboost_python.cpp @@ -1,3 +1,4 @@ +// implementations in ctypes #include "xgboost_python.h" #include "../regrank/xgboost_regrank.h" #include "../regrank/xgboost_regrank_data.h" diff --git a/python/xgboost_python.h b/python/xgboost_python.h index ac3ca94ac..6c113a108 100644 --- a/python/xgboost_python.h +++ b/python/xgboost_python.h @@ -1,7 +1,8 @@ #ifndef XGBOOST_PYTHON_H #define XGBOOST_PYTHON_H /*! - * \file xgboost_regrank_data.h + * \file xgboost_python.h + * \author Tianqi Chen * \brief python wrapper for xgboost, using ctypes, * hides everything behind functions * use c style interface