Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix nightly build doc. [skip ci] #6004

Merged
merged 2 commits into from
Aug 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions doc/build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,14 @@ Installation Guide
* The binary wheel will support GPU algorithms (`gpu_hist`) on machines with NVIDIA GPUs. Please note that **training with multiple GPUs is only supported for Linux platform**. See :doc:`gpu/index`.
* Currently, we provide binary wheels for 64-bit Linux, macOS and Windows.
* Nightly builds are available. You can now run
* Nightly builds are available. You can go to `this page
<https://s3-us-west-2.amazonaws.com/xgboost-nightly-builds/list.html>`_, find the
wheel with the commit id you want and install it with pip:

.. code-block:: bash
pip install https://s3-us-west-2.amazonaws.com/xgboost-nightly-builds/xgboost-[version]+[commithash]-py2.py3-none-manylinux1_x86_64.whl
pip install <url to the wheel>
to install the nightly build with the given commit hash. See `this page
<https://s3-us-west-2.amazonaws.com/xgboost-nightly-builds/list.html>`_ to see the
list of all nightly builds.
****************************
Building XGBoost from source
Expand Down
8 changes: 4 additions & 4 deletions doc/parameter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -224,15 +224,15 @@ Parameters for Tree Booster
list is a group of indices of features that are allowed to interact with each other.
See tutorial for more information

Additional parameters for `hist` and 'gpu_hist' tree method
================================================
Additional parameters for ``hist`` and ```gpu_hist`` tree method
================================================================

* ``single_precision_histogram``, [default=``false``]

- Use single precision to build histograms instead of double precision.

Additional parameters for `gpu_hist` tree method
================================================
Additional parameters for ``gpu_hist`` tree method
==================================================

* ``deterministic_histogram``, [default=``true``]

Expand Down