Closed pyup-bot closed 4 years ago
Merging #142 into development will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## development #142 +/- ##
===========================================
Coverage 2.64% 2.64%
===========================================
Files 24 24
Lines 265 265
===========================================
Hits 7 7
Misses 258 258
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update c302ae2...97190a4. Read the comment docs.
Closing this in favor of #148
This PR updates xgboost from 1.0.2 to 1.2.0.
Changelog
### 1.1.0 ``` Better performance on multi-core CPUs (5244, 5334, 5522) * Poor performance scaling of the `hist` algorithm for multi-core CPUs has been under investigation (3810). 5244 concludes the ongoing effort to improve performance scaling on multi-CPUs, in particular Intel CPUs. Roadmap: 5104 * 5334 makes steps toward reducing memory consumption for the `hist` tree method on CPU. * 5522 optimizes random number generation for data sampling. Deterministic GPU algorithm for regression and classification (5361) * GPU algorithm for regression and classification tasks is now deterministic. * Roadmap: 5023. Currently only single-GPU training is deterministic. Distributed training with multiple GPUs is not yet deterministic. Improve external memory support on GPUs (5093, 5365) ```Links
- PyPI: https://pypi.org/project/xgboost - Changelog: https://pyup.io/changelogs/xgboost/ - Repo: https://github.com/dmlc/xgboost