Jiaming Yuan
9494950ee7
Address some sphinx warnings and errors, add doc for building doc. ( #4589 )
2019-06-20 15:07:36 -07:00
Jiaming Yuan
2f1319f273
Add rmsle metric and reg:squaredlogerror objective ( #4541 )
2019-06-11 05:48:27 +08:00
Rory Mitchell
399fabed49
Deprecate gpu_exact, bump required cuda version in docs ( #4527 )
2019-06-03 09:49:05 +12:00
Yang Yang
c7bc739ed2
Fix document about colsample_by* parameter ( #4340 )
...
Correct the calculation mistake in colsample_by* example.
2019-04-08 11:10:04 -07:00
Jiaming Yuan
29a1356669
Deprecate reg:linear' in favor of reg:squarederror'. ( #4267 )
...
* Deprecate `reg:linear' in favor of `reg:squarederror'.
* Replace the use of `reg:linear'.
* Replace the use of `silent`.
2019-03-17 17:55:04 +08:00
Jonas
00ea7b83c9
Fix docs for num_parallel_tree ( #4221 )
...
Minor formatting correction for `num_parallel_tree`.
2019-03-06 23:47:51 +08:00
Nan Zhu
ae3bb9c2d5
Distributed Fast Histogram Algorithm ( #4011 )
...
* add back train method but mark as deprecated
* add back train method but mark as deprecated
* add back train method but mark as deprecated
* fix scalastyle error
* fix scalastyle error
* fix scalastyle error
* fix scalastyle error
* init
* allow hist algo
* more changes
* temp
* update
* remove hist sync
* udpate rabit
* change hist size
* change the histogram
* update kfactor
* sync per node stats
* temp
* update
* final
* code clean
* update rabit
* more cleanup
* fix errors
* fix failed tests
* enforce c++11
* fix lint issue
* broadcast subsampled feature correctly
* revert some changes
* fix lint issue
* enable monotone and interaction constraints
* don't specify default for monotone and interactions
* update docs
2019-02-05 05:12:53 -08:00
Nan Zhu
e0094d996e
fix doc about max_depth ( #4078 )
...
* fix doc
* Update doc/parameter.rst
Co-Authored-By: CodingCat <CodingCat@users.noreply.github.com>
2019-01-30 12:53:44 -08:00
Jiaming Yuan
7735252925
Document num_parallel_tree. ( #4022 )
2018-12-25 22:00:58 +08:00
Andy Adinets
42bf90eb8f
Column sampling at individual nodes (splits). ( #3971 )
...
* Column sampling at individual nodes (splits).
* Documented colsample_bynode parameter.
- also updated documentation for colsample_by* parameters
* Updated documentation.
* GetFeatureSet() returns shared pointer to std::vector.
* Sync sampled columns across multiple processes.
2018-12-14 22:37:35 +08:00
Jiaming Yuan
e0a279114e
Unify logging facilities. ( #3982 )
...
* Unify logging facilities.
* Enhance `ConsoleLogger` to handle different verbosity.
* Override macros from `dmlc`.
* Don't use specialized gamma when building with GPU.
* Remove verbosity cache in monitor.
* Test monitor.
* Deprecate `silent`.
* Fix doc and messages.
* Fix python test.
* Fix silent tests.
2018-12-14 19:29:58 +08:00
Jiaming Yuan
daf77ca7b7
Enable running objectives with 0 GPU. ( #3878 )
...
* Enable running objectives with 0 GPU.
* Enable 0 GPU for objectives.
* Add doc for GPU objectives.
* Fix some objectives defaulted to running on all GPUs.
2018-11-13 20:19:59 +13:00
Philip Hyunsu Cho
a650131fc3
Update doc: colsample_bylevel now works for tree_method=hist ( #3862 )
...
This feature was introduced by #3635
2018-11-04 02:25:25 -08:00
Jonathan Friedman
45d321da28
Fix typo in docs ( #3852 )
...
Fix typo in docs
2018-11-01 13:03:59 -07:00
Zhao Hang
e3c1afac6b
Update parameter.rst ( #3843 )
2018-10-31 00:19:45 +13:00
Philip Hyunsu Cho
ca33bf6476
Document gblinear parameters: feature_selector and top_k ( #3780 )
2018-10-08 22:41:54 -07:00
Dmitriy Rybalko
7bbb44182a
update eval_metric doc ( #3687 )
2018-09-14 08:47:05 -07:00
Philip Hyunsu Cho
190d888695
Document LambdaMART objectives: pairwise, listwise ( #3672 )
...
* Document LambdaMART objectives
* Distinguish between pairwise and listwise objectives
2018-09-06 09:54:37 -07:00
gorogm
7ef2b599c7
Link fixed. ( #3640 )
2018-08-27 20:25:50 -07:00
Philip Hyunsu Cho
b13c3a8bcc
Fix #3609 : Removed unused parameter 'use_buffer' ( #3610 )
2018-08-21 07:54:15 -07:00
Philip Hyunsu Cho
983cb0b374
Add option to disable default metric ( #3606 )
2018-08-18 11:39:20 -07:00
Grace Lam
caf4a756bf
Add JSON dump functionality documentation ( #3600 )
2018-08-16 16:32:04 -07:00
Philip Hyunsu Cho
3c72654e3b
Revert "Fix #3485 , #3540 : Don't use dropout for predicting test sets" ( #3563 )
...
* Revert "Fix #3485 , #3540 : Don't use dropout for predicting test sets (#3556 )"
This reverts commit 44811f233071c5805d70c287abd22b155b732727.
* Document behavior of predict() for DART booster
* Add notice to parameter.rst
2018-08-08 09:48:55 -07:00
Philip Hyunsu Cho
246ec92163
Update broken links ( #3565 )
...
Fix #3559
Fix #3562
2018-08-07 05:27:39 -07:00
Henry Gouk
69454d9487
Implementation of hinge loss for binary classification ( #3477 )
2018-08-07 10:06:42 +12:00
Philip Hyunsu Cho
2bb9b9d3db
Fix typo in parameter.rst, gblinear section ( #3518 )
2018-07-28 18:58:15 -07:00
Philip Hyunsu Cho
05b089405d
Doc modernization ( #3474 )
...
* Change doc build to reST exclusively
* Rewrite Intro doc in reST; create toctree
* Update parameter and contribute
* Convert tutorials to reST
* Convert Python tutorials to reST
* Convert CLI and Julia docs to reST
* Enable markdown for R vignettes
* Done migrating to reST
* Add guzzle_sphinx_theme to requirements
* Add breathe to requirements
* Fix search bar
* Add link to user forum
2018-07-19 14:22:16 -07:00