first version that reproduce binary classification demo

This commit is contained in:
tqchen
2014-08-16 15:44:35 -07:00
parent c4acb4fe01
commit 2c969ecf14
11 changed files with 286 additions and 20 deletions

View File

@@ -6,6 +6,7 @@
* \author Tianqi Chen, Kailong Chen
*/
#include <vector>
#include <cmath>
#include "./objective.h"
namespace xgboost {