Update build instructions, improve memory usage (#1811)

This commit is contained in:
RAMitchell
2016-11-26 06:43:22 +13:00
committed by Tianqi Chen
parent 80c8515457
commit be2f28ec08
10 changed files with 650 additions and 570 deletions

View File

@@ -7,6 +7,8 @@
#ifndef XGBOOST_TREE_PARAM_H_
#define XGBOOST_TREE_PARAM_H_
#include <dmlc/parameter.h>
#include <xgboost/data.h>
#include <cmath>
#include <cstring>
#include <limits>