Commit Graph

  • 49bdb5c97f fix typo in comment. (#1850) Liam Huang 2016-12-12 02:49:04 +08:00
  • b21e658a02 [R-package] JSON dump format and a couple of bugfixes (#1855) Vadim Khotilovich 2016-12-11 12:48:39 -06:00
  • 0268dedeea config.mk: Set TEST_COVER to 0 by default (#1853) AbdealiJK 2016-12-12 00:18:15 +05:30
  • d9584ab82e refactor duplicate evaluation implementation (#1852) Ruimin Wang 2016-12-09 12:33:40 +08:00
  • 2b6aa7736f Add benchmarks, fix GCC build (#1848) RAMitchell 2016-12-09 06:59:10 +13:00
  • e7fbc8591f [jvm-packages] Scala implementation of the Rabit tracker. (#1612) Xin Yin 2016-12-07 09:35:42 -05:00
  • 7078c41dad Changing omp_get_num_threads to omp_get_max_threads (#1831) Simon DENEL 2016-12-04 20:26:45 +01:00
  • 47ba2de7d4 tests/cpp: Add tests for multiclass_metric.cc AbdealiJK 2016-12-04 16:31:12 +05:30
  • a7e20555a3 tests/cpp: Add tests for rank_metrics.cc AbdealiJK 2016-12-04 14:34:36 +05:30
  • 5912e051b1 rank_metric.cc: Use GetWeight in EvalAMS AbdealiJK 2016-12-04 14:00:57 +05:30
  • 4a2ef130a7 tests/cpp: Add test for elementwise_metric.cc AbdealiJK 2016-12-04 13:39:00 +05:30
  • 03abd47f49 tests/cpp: Add tests for Metric RMSE AbdealiJK 2016-12-04 13:15:09 +05:30
  • 582c373274 tests/cpp: Add tests for metric.cc AbdealiJK 2016-12-04 12:42:18 +05:30
  • cc859420ba tests/cpp: Add tests for TweedieRegression AbdealiJK 2016-12-04 10:55:22 +05:30
  • fa865564f6 tests/cpp: Add tests for GammaRegression AbdealiJK 2016-12-04 10:49:51 +05:30
  • 401e4b5220 tests/cpp: Add tests for PoissonRegression AbdealiJK 2016-12-04 09:11:02 +05:30
  • d41aab4f61 tests/cpp: Add tests for regression_obj.cc AbdealiJK 2016-12-03 14:06:51 +05:30
  • fd99d39372 tests/cpp: Add tests for SplitEntry AbdealiJK 2016-12-03 14:36:58 +05:30
  • 62e3468603 tests/cpp: Add tests for param.h AbdealiJK 2016-12-03 14:29:26 +05:30
  • d6407c3746 tests/cpp: Add tests for SparsePageDMatrix AbdealiJK 2016-12-03 12:38:52 +05:30
  • c3629c91d3 tests/cpp: Add tests for SimpleCSRSource AbdealiJK 2016-12-03 12:17:02 +05:30
  • be0f55d563 tests/cpp: Add tests for SimpleDMatrix AbdealiJK 2016-12-03 11:45:11 +05:30
  • ef7fe06cf8 tests/cpp/test_metainfo: Add tests to save and load AbdealiJK 2016-12-02 12:35:11 +05:30
  • 8eb69e0677 travis: Add code coverage on success AbdealiJK 2016-12-03 23:06:11 +05:30
  • 61a9b3a49e travis: Run CPP tests AbdealiJK 2016-12-02 08:58:42 +05:30
  • 006f9e0760 Makefile: Add CPP code coverage AbdealiJK 2016-12-02 00:28:17 +05:30
  • 1f2ad36bad Add make commands for tests AbdealiJK 2016-12-02 00:04:33 +05:30
  • b045ccd764 data.cc: Remove redundant ftype variable AbdealiJK 2016-12-04 08:06:26 +05:30
  • 1683e07461 Fix issue introduced from correction to log2 (#1837) JohnStott 2016-12-04 19:11:56 +00:00
  • a44032d095 [CORE] The update process for a tree model, and its application to feature importance (#1670) Vadim Khotilovich 2016-12-04 11:33:52 -06:00
  • 4398fbbe4a fix typo on documentation page (#1836) Nat Wilson 2016-12-03 14:41:30 -08:00
  • 2f3958a455 Fix for CRAN Submission (#1826) Tong He 2016-12-02 20:19:03 -08:00
  • 27ca50e2c2 change contribution link to open issues (#1834) xgdgsc 2016-12-03 03:03:03 +08:00
  • dd477ac903 Move feature_importances_ to base XGBModel for XGBRegressor access (#1591) ccphillippi 2016-12-01 13:17:37 -05:00
  • 6f16f0ef58 Use bst_float consistently throughout (#1824) AbdealiJK 2016-11-30 23:32:10 +05:30
  • da2556f58a fixed some typos (#1814) Dr. Kashif Rasul 2016-11-25 22:34:57 +01:00
  • be2f28ec08 Update build instructions, improve memory usage (#1811) RAMitchell 2016-11-26 06:43:22 +13:00
  • 80c8515457 Bump up the date of R package (#1813) Yuan (Terry) Tang 2016-11-25 03:20:18 -05:00
  • 0c19d4b029 [python-package] Provide a learning_rates parameter to xgb.cv() (#1770) Jivan Roquet 2016-11-24 19:49:07 +02:00
  • 21b5e12913 allreduce_robust.cc: Allow num_global_replica to be 0 (#38) AbdealiJK 2016-11-24 09:04:11 +05:30
  • 032152ad24 Update .travis.yml Tianqi Chen 2016-11-23 10:14:32 -08:00
  • 80e70c56b9 [jvm-packages] xgboost4j: publishing sources along with bins (#1797) Alexey Grigorev 2016-11-21 21:02:57 +01:00
  • d80cec3384 [jvm-pacakges] the first parameter in getModelDump should be featuremap path not model path (#1788) Ruimin Wang 2016-11-21 21:52:26 +08:00
  • 97371ff7e5 c_api.cc: Bring back silent argument (#1794) AbdealiJK 2016-11-21 11:34:36 +05:30
  • 965091c4bb [jvm-packages] update methods in test cases to be consistent (#1780) Nan Zhu 2016-11-20 22:49:18 -05:00
  • ce708c8e7f [jvm-packages] Leverage the Spark ml API to read DataFrame from files in LibSVM format. (#1785) XianXing Zhang 2016-11-20 18:28:03 -08:00
  • ca0069b708 Fix typo - eval_metric in param should be dictionary (#1791) Yuan (Terry) Tang 2016-11-20 18:52:41 -06:00
  • 090b37e85d Bumped up err assert in glm test (#1792) Yuan (Terry) Tang 2016-11-20 18:23:19 -06:00
  • 5217e53156 stylistic fix (#1789) Nan Zhu 2016-11-19 22:03:10 -05:00
  • 060a0ac396 Update setup.sh Tianqi Chen 2016-11-19 17:57:47 -08:00
  • aa841ee58d Update setup.sh Tianqi Chen 2016-11-19 17:56:36 -08:00
  • c52b2faba4 Added license information (#1783) baderbuddy 2016-11-17 16:36:47 -05:00
  • f11f2bd5fd add default to poisson -> max_delta_step to enable loading/saving/dumping of model (#1781) Tony DiFranco 2016-11-16 17:25:00 -05:00
  • af1b7d6e7a Applied FreeBSD support (#37) kabu4i 2016-11-16 09:10:51 +04:00
  • 58aa1129ea Fixing a few typos (#1771) Simon DENEL 2016-11-14 00:47:52 +01:00
  • b9a9d2bf45 Style fixes in Python documentation. (#1764) Richard Wong 2016-11-12 01:26:28 +08:00
  • 0ccb9b87d0 Typo Problem (#1759) Luckick 2016-11-10 16:55:09 -05:00
  • 2fb19eb448 Add appveyor badge Tianqi Chen 2016-11-10 12:49:33 -08:00
  • 55bfc29942 keep builtin evaluations while using customized evaluation function (#1624) Zhongxiao Ma 2016-11-10 12:40:48 -08:00
  • 8b9d9669bb Have ConsoleLogger log to stderr instead of stdout (#1714) Morten Hustveit 2016-11-10 15:39:52 -05:00
  • 6b5a23ccd5 fix build in MSVC 2013 (#1757) wl2776 2016-11-10 23:34:30 +03:00
  • e3a7f85f15 GPU plug-in improvements + basic Windows continuous integration (#1752) RAMitchell 2016-11-11 09:34:09 +13:00
  • 91b75f9b41 Fix a small typo in GeneralParams class. Change customEval parameter name from "custom_obj" to "custom_eval". (#1741) joandre 2016-11-06 18:44:49 +01:00
  • 2ad0948444 Tweedie Regression Post-Rebase (#1737) Tony DiFranco 2016-11-05 20:02:32 -04:00
  • 52b9867be5 Add docs fro update_seq (#1735) AbdealiJK 2016-11-05 04:37:29 +05:30
  • b94fcab4dc Add dump_format=json option (#1726) AbdealiJK 2016-11-04 22:25:25 +05:30
  • 9c693f0f5f scale_pos_weight default value (#1712) Alireza Bagheri Garakani 2016-11-03 12:52:26 -07:00
  • 8156b71912 Typo is OSX installation instructions (#1718) David Lichtenberg 2016-11-03 15:52:16 -04:00
  • 378eb7d7c8 Fix typos and messages in docs (#1723) AbdealiJK 2016-10-31 11:22:19 +05:30
  • 6082184cd1 [jvm-packages] update API docs (#1713) Nan Zhu 2016-10-27 21:53:22 -04:00
  • d321375df5 [jvm-packages] Fix mis configure of nthread (#1709) Nan Zhu 2016-10-27 12:10:35 -04:00
  • f12074d355 [jvm-packages] release blog (#1706) Nan Zhu 2016-10-26 21:35:42 -04:00
  • f801c22710 [jvm-packages] change class to object in examples (#1703) Nan Zhu 2016-10-26 14:54:56 -04:00
  • 016ab89484 [jvm-packages] Parameter tuning tool for XGBoost (#1664) Nan Zhu 2016-10-23 16:58:18 -04:00
  • ac41845d4b Add GPU accelerated tree construction plugin (#1679) RAMitchell 2016-10-21 16:14:47 +13:00
  • 9b2e41340b make DMatrix._init_from_npy2d only copy data when necessary (#1637) Eric Liu 2016-10-20 09:30:52 -07:00
  • e79a803a30 simplify installation of R pkg devel version (#1653) Jan Gorecki 2016-10-18 18:24:01 +01:00
  • 001d8c4023 correct CalcDCG in rank_metric.cc and rank_obj.cc (#1642) Liam Huang 2016-10-19 01:23:41 +08:00
  • 94a9e3222e [python-package] Fix the issue #1439 (#1666) ziguang1216 2016-10-19 01:22:51 +08:00
  • d3fc815b45 fix the problem that there is no libxgboost.dll (#1674) EQGM 2016-10-19 00:56:48 +08:00
  • 4b9d488387 Add option on OSX to use macports (#1675) saihttam 2016-10-18 18:56:00 +02:00
  • 445029bb82 [jvm-packages] XGBoost4j Windows fixes (#1639) Adam Pocock 2016-10-18 08:35:25 -04:00
  • be90deb9b6 Fix a bug to handle Executable and Library with same name (xgboost) correctly. (#1669) Jiading Gai 2016-10-15 21:29:40 -04:00
  • f5c776f64f [jvm-packages] add apache maven repo url and bump up default spark version to 2.0.1 (#1650) Nan Zhu 2016-10-13 08:55:03 -04:00
  • 813a53882a [jvm-packages] deprecate Flaky test (#1662) Nan Zhu 2016-10-13 07:21:24 -04:00
  • 63829d656c Fix mknfold using new StratifiedKFold API (#1660) Yuan (Terry) Tang 2016-10-12 16:43:37 -05:00
  • b56c6097d9 [jvm-packages] add Spark and XGBoost tutorial (#1649) Nan Zhu 2016-10-11 12:41:24 -04:00
  • 8a7a6dba71 Update .travis.yml Tianqi Chen 2016-10-09 20:37:57 -07:00
  • c8ae52f17a add scikit-learn v0.18 compatibility (#1636) Jonathan Rahn 2016-10-10 05:37:28 +02:00
  • a64fd74421 Fix wrong expected feature types (#1646) Yuan (Terry) Tang 2016-10-09 00:16:29 -04:00
  • 485b6c86cc rm redundant lines in travis.yml (#1633) Kirill Sevastyanenko 2016-10-08 12:48:58 -05:00
  • f9648ac320 [R-package] store numeric attributes with higher precision (#1628) Vadim Khotilovich 2016-10-03 13:01:17 -05:00
  • 1673bcbe7e [jvm-packages] separate classification and regression model and integrate with ML package (#1608) Nan Zhu 2016-09-30 11:49:03 -04:00
  • 3b9987ca9c Fix the issue 1474 (#1615) Shengwen Yang 2016-09-30 10:29:47 +08:00
  • 3efff6d052 fix for VX (#1614) Vadim Khotilovich 2016-09-27 17:19:20 -05:00
  • 37bc122c90 [jvm-packages] Robust dmatrix creation (#1613) Nan Zhu 2016-09-26 13:35:04 -04:00
  • 915ac0b8fe the fix of missing value assignment for name_ variable in EvalRankList method (#1558) phoenixbai 2016-09-26 21:57:17 +08:00
  • 693ddb860e More robust DMatrix creation from a sparse matrix (#1606) Vadim Khotilovich 2016-09-25 12:01:22 -05:00
  • e06f6a0df7 Update README.md - added windows binaries (#1600) Guido Tapia 2016-09-22 16:14:07 +10:00
  • b0bfddba72 Update build.md - added link to nightly windows binaries (#1601) Guido Tapia 2016-09-22 16:13:56 +10:00