"vscode:/vscode.git/clone" did not exist on "c7ae833e1f470586c4cc17daed87d1e820546545"
  1. 19 Apr, 2019 1 commit
    • Scott Lundberg's avatar
      [docs] Update doc string for pred_contrib (#2116) · 89f2021a
      Scott Lundberg authored
      * Update doc string for pred_contrib
      
      See comments at the end of #1969
      
      * Update basic.py
      
      * Update basic.py
      
      * update doc strings
      
      * update equals sign in doc string
      
      * strip whitespace and gen rst
      
      * strip whitespace
      89f2021a
  2. 18 Apr, 2019 1 commit
  3. 11 Apr, 2019 1 commit
  4. 10 Apr, 2019 1 commit
  5. 04 Apr, 2019 1 commit
    • remcob-gr's avatar
      Add Cost Effective Gradient Boosting (#2014) · 76102284
      remcob-gr authored
      * Add configuration parameters for CEGB.
      
      * Add skeleton CEGB tree learner
      
      Like the original CEGB version, this inherits from SerialTreeLearner.
      Currently, it changes nothing from the original.
      
      * Track features used in CEGB tree learner.
      
      * Pull CEGB tradeoff and coupled feature penalty from config.
      
      * Implement finding best splits for CEGB
      
      This is heavily based on the serial version, but just adds using the coupled penalties.
      
      * Set proper defaults for cegb parameters.
      
      * Ensure sanity checks don't switch off CEGB.
      
      * Implement per-data-point feature penalties in CEGB.
      
      * Implement split penalty and remove unused parameters.
      
      * Merge changes from CEGB tree learner into serial tree learner
      
      * Represent features_used_in_data by a bitset, to reduce the memory overhead of CEGB, and add sanity checks for the lengths of the penalty vectors.
      
      * Fix bug where CEGB would incorrectly penalise a previously used feature
      
      The tree learner did not update the gains of previously computed leaf splits when splitting a leaf elsewhere in the tree.
      This caused it to prefer new features due to incorrectly penalising splitting on previously used features.
      
      * Document CEGB parameters and add them to the appropriate section.
      
      * Remove leftover reference to cegb tree learner.
      
      * Remove outdated diff.
      
      * Fix warnings
      
      * Fix minor issues identified by @StrikerRUS.
      
      * Add docs section on CEGB, including citation.
      
      * Fix link.
      
      * Fix CI failure.
      
      * Add some unit tests
      
      * Fix pylint issues.
      
      * Fix remaining pylint issue
      76102284
  6. 02 Apr, 2019 1 commit
  7. 26 Mar, 2019 1 commit
  8. 25 Mar, 2019 1 commit
    • kenmatsu4's avatar
      [python] Use first_metric_only flag for early_stopping function. (#2049) · 011cc90a
      kenmatsu4 authored
      * Use first_metric_only flag for early_stopping function.
      
      In order to apply early stopping with only first metric, applying first_metric_only flag for early_stopping function.
      
      * upcate comment
      
      * Revert "upcate comment"
      
      This reverts commit 1e75a1a415cc16cfbe795181e148ebfe91469be4.
      
      * added test
      
      * fixed docstring
      
      * cut comment and save one line
      
      * document new feature
      011cc90a
  9. 22 Mar, 2019 1 commit
  10. 24 Feb, 2019 1 commit
  11. 21 Feb, 2019 1 commit
  12. 20 Feb, 2019 1 commit
  13. 18 Feb, 2019 2 commits
  14. 04 Feb, 2019 1 commit
  15. 03 Feb, 2019 1 commit
  16. 26 Jan, 2019 1 commit
  17. 22 Jan, 2019 1 commit
  18. 21 Jan, 2019 1 commit
  19. 18 Jan, 2019 1 commit
  20. 20 Dec, 2018 1 commit
  21. 10 Dec, 2018 1 commit
  22. 08 Dec, 2018 1 commit
  23. 25 Nov, 2018 1 commit
  24. 22 Nov, 2018 1 commit
  25. 21 Nov, 2018 1 commit
  26. 10 Nov, 2018 1 commit
  27. 05 Nov, 2018 1 commit
  28. 01 Nov, 2018 1 commit
  29. 31 Oct, 2018 1 commit
  30. 30 Oct, 2018 1 commit
  31. 29 Oct, 2018 2 commits
  32. 27 Oct, 2018 1 commit
  33. 16 Oct, 2018 2 commits
  34. 13 Oct, 2018 1 commit
  35. 10 Oct, 2018 1 commit
  36. 09 Oct, 2018 1 commit
    • Guolin Ke's avatar
      average predictions for constant features (#1735) · c920e634
      Guolin Ke authored
      * average predictions for constant features
      
      * fix possible numerical issues in std::log.
      
      * fix pylint
      
      * fix bugs in c_api
      
      * fix styles
      
      * clean code for multi class
      
      * rewrite test
      
      * fix pylint
      
      * skip test_constant_features
      
      * refine test
      
      * fix tests
      
      * fix tests
      
      * update FAQ
      
      * fix test
      
      * Update FAQ.rst
      c920e634
  37. 08 Oct, 2018 1 commit