Add float32 histogram (#5624)
* new single_precision_histogram param was added. Co-authored-by: SHVETS, KIRILL <kirill.shvets@intel.com> Co-authored-by: fis <jm.yuan@outlook.com>
This commit is contained in:
@@ -225,12 +225,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 `gpu_hist` tree method
|
||||
Additional parameters for `hist` and 'gpu_hist' tree method
|
||||
================================================
|
||||
|
||||
* ``single_precision_histogram``, [default=``false``]
|
||||
|
||||
- Use single precision to build histograms. See document for GPU support for more details.
|
||||
- Use single precision to build histograms instead of double precision.
|
||||
|
||||
Additional parameters for `gpu_hist` tree method
|
||||
================================================
|
||||
|
||||
* ``deterministic_histogram``, [default=``true``]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user