1159 Commits

Author SHA1 Message Date
tqchen
6b7f20c002 chgs 2015-01-12 11:49:42 -08:00
tqchen
5e0e8a5ff7 changes 2015-01-12 11:47:46 -08:00
tqchen
083c032319 Merge branch 'cblsjtu-unity' into unity 2015-01-12 11:41:59 -08:00
tqchen
48a44b24f9 Merge branch 'unity' of https://github.com/cblsjtu/xgboost into cblsjtu-unity
Conflicts:
	multi-node/hadoop/README.md
	multi-node/hadoop/mushroom.hadoop.conf
	multi-node/hadoop/run_hadoop_mushroom.sh
2015-01-12 11:41:07 -08:00
Tianqi Chen
d57cb4f17b Update mushroom.hadoop.conf 2015-01-12 09:02:53 -08:00
tqchen
62a108a7c2 chg of hadoop script 2015-01-11 21:02:38 -08:00
Tianqi Chen
166e7525da Merge pull request #142 from pommedeterresautee/master
avoid warning message when a tree is just made of one leaf
2015-01-11 16:02:56 -08:00
El Potaeto
48c1911bc4 fix error 2015-01-11 23:39:24 +01:00
El Potaeto
d441a9d382 avoid error when a tree is just made of one leaf 2015-01-11 23:37:02 +01:00
Tianqi Chen
9a2ad91b48 Merge pull request #138 from pommedeterresautee/master
new parameters, refactoring...
2015-01-11 14:27:38 -08:00
Tianqi Chen
15bf8677da Merge pull request #140 from EricChenDM/unity
yarn script
2015-01-11 10:40:04 -08:00
chenshuaihua
0111a14aef yarn script 2015-01-11 23:57:52 +08:00
Boliang Chen
df3f87c182 add more details 2015-01-11 18:20:16 +08:00
Boliang Chen
fdbca6013d modify 2015-01-11 17:57:41 +08:00
El Potaeto
31a3b38ef8 add new parameters model to avoid the use of dump file for functions plot, dt.tree, importance
add new size parameter for plot function
2015-01-11 09:40:55 +01:00
Boliang Chen
ef2518364c change to minimal setting 2015-01-11 16:07:00 +08:00
Boliang Chen
525c1594e5 revise the script 2015-01-11 16:06:19 +08:00
Tianqi Chen
c38f7109bd Merge pull request #137 from cblsjtu/unity
Unity hadoop version scripts
2015-01-10 23:47:52 -08:00
tqchen
69e079941e allow pred to stdout 2015-01-10 23:46:29 -08:00
Boliang Chen
ceabf5755f hadoop version conf 2015-01-11 15:44:16 +08:00
Boliang Chen
fb65356dd4 change file name 2015-01-11 15:41:46 +08:00
Boliang Chen
2f95968a1c ok 2015-01-11 15:34:55 +08:00
Boliang Chen
966416e69c Merge remote-tracking branch 'tqchen/unity' into unity 2015-01-11 13:48:29 +08:00
tqchen
db4637b085 Merge branch 'unity' of ssh://github.com/tqchen/xgboost into unity 2015-01-10 21:33:16 -08:00
tqchen
9eaf073e3c change default distributed mode to row 2015-01-10 21:33:07 -08:00
Boliang Chen
d5e9b1d4ea delete hadoop conf 2015-01-11 13:08:52 +08:00
El Potaeto
c8c5789efd add new parameters to several functions avoid the need of a text dump 2015-01-11 03:06:41 +01:00
El Potaeto
70df227689 dump function is now memory safe 2015-01-11 01:04:54 +01:00
Tianqi Chen
d348f83c17 Merge pull request #136 from cblsjtu/unity
hadoop example
2015-01-10 09:31:06 -08:00
Boliang Chen
7665dd1ed2 rename 2015-01-11 00:04:47 +08:00
Boliang Chen
74348c8001 initialize 2015-01-11 00:00:03 +08:00
Boliang Chen
24f99220cb fix bugs 2015-01-10 23:59:25 +08:00
Boliang Chen
61a43111a7 hadoop version of xgboost binary classification script 2015-01-10 12:30:00 +08:00
Boliang Chen
e20d4f4387 comment some parameters not supported by hadoop version of xgboost 2015-01-10 12:26:43 +08:00
Tianqi Chen
72f6fbd46f Merge pull request #135 from pommedeterresautee/master
fix a small bug in CV function
2015-01-09 10:06:22 -08:00
El Potaeto
359889e3d6 fix a small bug in CV function 2015-01-09 19:03:47 +01:00
Tianqi Chen
75a75bc1e9 Merge pull request #134 from pommedeterresautee/master
nice work! merged to master.
2015-01-09 09:46:53 -08:00
El Potaeto
99b4ead937 add new dependency on DiagrammeR 2015-01-09 18:28:10 +01:00
El Potaeto
a3493934d1 documentation example change 2015-01-09 18:26:56 +01:00
El Potaeto
51935851bd fix plenty of small bugs 2015-01-09 18:24:12 +01:00
El Potaeto
b656ca1554 reindent 2015-01-09 11:54:23 +01:00
El Potaeto
d96bd15b7d small fix in the C dump code 2015-01-09 11:52:40 +01:00
El Potaeto
31d0e8f65d better doc of dump function 2015-01-09 11:14:08 +01:00
El Potaeto
9d6eecf34e small change in import lib 2015-01-09 11:07:53 +01:00
El Potaeto
10f755e055 only replace tabulation which begins a line (avoid wrong replacement in feature name) 2015-01-09 11:06:56 +01:00
El Potaeto
3e1eea0eea refactor dump function to adapt to the new possibilities of exporting a String 2015-01-09 00:14:01 +01:00
El Potaeto
6fd8bbe71a C part export a model dump string 2015-01-08 23:47:00 +01:00
El Potaeto
3d0bbae2c2 refactoring of importance function 2015-01-07 18:18:52 +01:00
El Potaeto
d532f04394 add new function to read model and use it in the plot function 2015-01-07 17:47:50 +01:00
El Potaeto
e380e4facf refactoring for perf 2015-01-07 17:09:56 +01:00