From 1e7ac402e69546a89919966733961de75d816889 Mon Sep 17 00:00:00 2001 From: tqchen Date: Fri, 7 Feb 2014 20:20:09 -0800 Subject: [PATCH] add empty folder for regression. TODO --- booster/xgboost.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/booster/xgboost.cpp b/booster/xgboost.cpp index 6cac83488..381067d08 100644 --- a/booster/xgboost.cpp +++ b/booster/xgboost.cpp @@ -9,7 +9,7 @@ #include #include "xgboost.h" #include "../utils/xgboost_utils.h" -#include "../gbm-base/xgboost_base_model.h" +#include "xgboost_gbmbase.h" namespace xgboost{ namespace booster{ /*!