Zethson / igem_tuebingen_website

igem-tuebingen.com
MIT License
5 stars 3 forks source link

Update xgboost to 1.2.0 #142

Closed pyup-bot closed 4 years ago

pyup-bot commented 4 years ago

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
codecov[bot] commented 4 years ago

Codecov Report

Merging #142 into development will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@             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.

pyup-bot commented 4 years ago

Closing this in favor of #148