27 Commits

Author SHA1 Message Date
tqchen
68444a0626 fix pkl problem 2015-05-07 18:11:40 -07:00
Tianqi Chen
84515cd2a8 fix python windows installation problem, enable mingw compile, but seems mingw dll was not fast in loading 2015-04-25 15:30:42 -07:00
tqchen
ddb7e538df OK 2015-04-16 17:03:18 -07:00
tqchen
e8f6f3b541 some initial try of cachefiles 2015-04-15 15:15:23 -07:00
tqchen
8b4acef662 remove sync from wrapper.h 2015-02-05 21:03:06 -08:00
tqchen
dc3003cefd add saveload to raw 2015-02-01 21:17:37 -08:00
tqchen
f49fd88de8 Merge branch 'unity'
Conflicts:
	.gitignore
	R-package/src/xgboost_R.cpp
	src/gbm/gblinear-inl.hpp
	tools/xgcombine_buffer.cpp
2015-01-18 20:09:21 -08:00
tqchen
6b96737811 add dump statistics 2014-12-28 17:45:37 -08:00
tqchen
5f08313cb2 make wrapper ok 2014-11-23 14:03:59 -08:00
tqchen
168bb0d0c9 add predict leaf indices 2014-11-21 09:32:09 -08:00
tqchen
076159cf7a remove cstdio 2014-11-14 14:37:13 -08:00
Travis Brady
42712988af add ifdef __cplusplus to wrapper header file 2014-11-14 15:48:13 -06:00
tqchen
a1c6e22af9 add create from csc 2014-09-04 20:57:49 -07:00
tqchen
4592e500cb add ntree limit 2014-09-01 15:10:19 -07:00
tqchen
8100006483 fix 2014-08-28 08:34:51 -07:00
Tianqi Chen
f9541efa01 Merge pull request #50 from tqchen/master
pull master into unity
2014-08-27 19:19:48 -07:00
giuliohome
73c42d4574 FIX: If you are using Windows, __declspec(dllexport) is necessary 2014-08-27 23:21:55 +02:00
tqchen
414e7f27ff Merge branch 'master' into unity
Conflicts:
	src/learner/evaluation-inl.hpp
	wrapper/xgboost_R.cpp
	wrapper/xgboost_wrapper.cpp
	wrapper/xgboost_wrapper.h
2014-08-26 20:32:07 -07:00
tqchen
4787108b5f change uint64_t to ulong, to make mac happy, this is final change 2014-08-26 20:10:07 -07:00
Tianqi Chen
d00f27dc6b change uint64_t to depend on utils 2014-08-26 20:08:13 -07:00
tqchen
7739f57c8b change omp loop var to bst_omp_uint, add XGB_DLL to wrapper 2014-08-26 19:37:04 -07:00
tqchen
97467fe807 chg size_t to uint64_t 2014-08-26 19:12:51 -07:00
tqchen
2623ab0a60 chg size_t to uint64_t unsigned long in wrapper 2014-08-26 19:06:53 -07:00
tqchen
da75f8f1a4 move ncol, row to booster, add set/get uint info 2014-08-24 17:19:22 -07:00
tqchen
3b12ff51b9 seems ok 2014-08-23 18:38:39 -07:00
tqchen
de83ac72ea complete R example 2014-08-23 15:26:08 -07:00
tqchen
08a6b92216 chg 2014-08-23 14:20:29 -07:00