58 Commits
Author SHA1 Message Date
CodingCat daeee84e4d update doc 2016-03-28 19:02:37 -04:00
CodingCat d8535313eb allow empty partitions 2016-03-23 12:30:06 -04:00
CodingCat f1114688a7 update installation doc 2016-03-19 08:15:56 -04:00
CodingCat 55ab1c6a22 adjust numWorkers for test 2016-03-18 10:34:36 -04:00
CodingCat cc0722a4aa typo fix 2016-03-17 22:17:08 -04:00
CodingCat 6f273a8c21 update docs 2016-03-16 17:00:44 -04:00
CodingCat a31a978471 run native lib building command from maven 2016-03-16 16:47:08 -04:00
CodingCat d1c5280f4b xgboost4j intro 2016-03-14 16:44:03 -04:00
CodingCat c3e56017cc Merge branch 'master' of https://github.com/dmlc/xgboost 2016-03-14 07:27:53 -04:00
CodingCat 3a951d0ab8 getter of XGBoostModel 2016-03-14 07:26:51 -04:00
CodingCat 6f92f1c117 update spark version to 1.6.1 2016-03-13 22:46:06 -04:00
CodingCat f2ef958ebb support kryo serialization 2016-03-13 11:55:14 -04:00
CodingCat 9011acf52b jvm doc index 2016-03-13 09:20:51 -04:00
CodingCat 16b9e92328 force the user to set number of workers 2016-03-12 13:33:57 -05:00
CodingCat 5f441a29a8 set nthread to spark.task.cpus by default 2016-03-11 20:07:09 -05:00
CodingCat a3b2e76230 update README for jvm-packages 2016-03-11 15:28:55 -05:00
CodingCat 400b1faecc adjust the API signature as well as the docs 2016-03-11 15:22:44 -05:00
CodingCat 97e4dcde98 Merge branch 'master' of https://github.com/tqchen/xgboost into fix_examples 2016-03-11 15:13:54 -05:00
CodingCat 6b9442a7f8 XGBoost4J intro 2016-03-11 13:58:00 -05:00
CodingCat ab68a0ccc7 fix examples 2016-03-11 13:57:03 -05:00
CodingCat aca0096b33 more updates for Flink
more fix
2016-03-11 10:15:49 -05:00
CodingCat 43d7a85bc9 change the API name since we support not only HDFS and local file system 2016-03-11 10:05:32 -05:00
CodingCat 51b0e7010c fix create_jni sh 2016-03-11 08:46:44 -05:00
CodingCat d47df5c1d8 allow the user to specify the worker number and avoid unnecessary shuffle 2016-03-10 06:58:30 -05:00
CodingCat e0a3f1c000 nthread no larger than spark.task.cpus 2016-03-10 05:51:07 -05:00
CodingCat 4e86c8c866 fix typo in README 2016-03-09 17:22:19 -05:00
CodingCat 7e30ada8c1 update README 2016-03-09 13:05:08 -05:00
CodingCat 005b1276d0 remove duplicate in stream close 2016-03-09 12:33:49 -05:00
CodingCat 852c5a4b32 code formatting in XGBoostModel 2016-03-09 12:31:35 -05:00
CodingCat c9830cd8b1 remove spark/flink examples 2016-03-09 12:31:35 -05:00
CodingCat 8cfa752fa0 add scala examples 2016-03-09 12:31:35 -05:00
CodingCat a08cc8aad4 allow the user define how many workers they need 2016-03-08 18:46:53 -05:00
CodingCat 909c6af330 add test resources manually 2016-03-08 18:43:30 -05:00
CodingCat fa03aaeb63 revise current API 2016-03-08 17:18:55 -05:00
CodingCat c211a80633 log tracker exit value in logger
capture InterruptedException
2016-03-06 17:37:18 -05:00
CodingCat 718a9d8c96 use another thread to control spark job 2016-03-06 15:46:27 -05:00
CodingCat 6499422e90 fix the merge 2016-03-06 15:22:05 -05:00
CodingCat 16008ebfb8 merge with master 2016-03-06 15:16:55 -05:00
CodingCat 50337d1906 fix rabitEnv 2016-03-06 14:56:49 -05:00
CodingCat 808e30f9fc example of DistTrainWithSpark and trigger job with foreachPartition 2016-03-06 14:34:23 -05:00
CodingCat f768edfede adjust the return values of RabitTracker.waitFor(), remove typesafe.Config 2016-03-06 08:44:04 -05:00
CodingCat 130ca7b00c test case for XGBoostSpark 2016-03-05 19:41:26 -05:00
CodingCat f0647ec76d test resources 2016-03-05 18:18:07 -05:00
CodingCat 5c1af13f84 distributed in RDD 2016-03-05 17:50:40 -05:00
CodingCat fb41e4e673 spark with new labeledpoint
fix import order
2016-03-05 17:22:34 -05:00
CodingCat bb43177eb1 merge 2016-03-05 14:40:30 -05:00
CodingCat 2cec10c46f try to get more memory from Travis 2016-03-05 08:44:56 -05:00
CodingCat b2d705ffb0 framework of xgboost-spark
iterator

return java iterator and recover test
2016-03-05 08:44:55 -05:00
CodingCat 1540773340 sketch of xgboost-spark
chooseBestBooster shall be in Boosters

remove tracker.py

rename XGBoost

remove cross-validation
2016-03-05 08:44:55 -05:00
CodingCat 416e1434e7 change initTracker() to static 2016-03-04 10:55:02 -05:00
CodingCat 10a1517502 revise the RabitTracker Impl
delete FileUtil class

fix bugs
2016-03-04 10:08:37 -05:00
CodingCat e3dc67c6a0 apply google-java-style indentation and impose import orders.... 2016-03-03 12:59:18 -05:00
CodingCat 8c220f51fc add default values for Scala API 2016-03-02 17:21:42 -05:00
CodingCat cbf5eba9c0 add maven-assembly plugins 2016-03-02 17:11:15 -05:00
CodingCat 5e309f1ce8 add test cases for Scala API 2016-03-02 15:24:13 -05:00
CodingCat f8fff6c6fc rename files/packages 2016-03-01 23:48:35 -05:00
CodingCat 55e36893cd add style check for java and scala code 2016-03-01 20:53:50 -05:00
CodingCat 3b246c2420 re-structure Java API, add Scala API and consolidate the names of Java/Scala API 2016-03-01 20:53:41 -05:00