"include/vscode:/vscode.git/clone" did not exist on "84fb5e518a437955092779ca40d559b722e2821d"
  1. 13 Nov, 2021 1 commit
  2. 11 Nov, 2021 1 commit
  3. 26 Oct, 2021 2 commits
  4. 13 Oct, 2021 1 commit
  5. 25 Sep, 2021 2 commits
  6. 17 Sep, 2021 1 commit
  7. 10 Sep, 2021 1 commit
  8. 02 Sep, 2021 1 commit
  9. 28 Aug, 2021 1 commit
  10. 25 Aug, 2021 3 commits
  11. 15 Jun, 2021 1 commit
  12. 13 Jun, 2021 1 commit
  13. 12 Jun, 2021 1 commit
  14. 08 Jun, 2021 1 commit
  15. 06 Jun, 2021 1 commit
  16. 05 Jun, 2021 2 commits
  17. 21 May, 2021 1 commit
  18. 12 May, 2021 1 commit
  19. 09 May, 2021 1 commit
  20. 04 May, 2021 1 commit
  21. 03 May, 2021 1 commit
  22. 01 May, 2021 1 commit
  23. 30 Apr, 2021 1 commit
  24. 26 Apr, 2021 1 commit
  25. 22 Apr, 2021 1 commit
  26. 12 Apr, 2021 1 commit
  27. 25 Mar, 2021 1 commit
  28. 18 Jan, 2021 2 commits
  29. 03 Jan, 2021 2 commits
  30. 01 Dec, 2020 1 commit
  31. 23 Nov, 2020 1 commit
  32. 08 Nov, 2020 1 commit
  33. 27 Oct, 2020 1 commit
    • Pavel Metrikov's avatar
      Add support to optimize for NDCG at a given truncation level (#3425) · ba0a1f8d
      Pavel Metrikov authored
      
      
      * Add support to optimize for NDCG at a given truncation level
      
      In order to correctly optimize for NDCG@_k_, one should exclude pairs containing both documents beyond the top-_k_ (as they don't affect NDCG@_k_ when swapped).
      
      * Update rank_objective.hpp
      
      * Apply suggestions from code review
      Co-authored-by: default avatarGuolin Ke <guolin.ke@outlook.com>
      
      * Update rank_objective.hpp
      
      remove the additional branching: get high_rank and low_rank by one "if".
      
      * Update config.h
      
      add description to lambdarank_truncation_level parameter
      
      * Update Parameters.rst
      
      * Update test_sklearn.py
      
      update expected NDCG value for a test, as it was affected by the underlying change in the algorithm
      
      * Update test_sklearn.py
      
      update NDCG@3 reference value
      
      * fix R learning-to-rank tests
      
      * Update rank_objective.hpp
      
      * Update include/LightGBM/config.h
      Co-authored-by: default avatarGuolin Ke <guolin.ke@outlook.com>
      
      * Update Parameters.rst
      Co-authored-by: default avatarGuolin Ke <guolin.ke@outlook.com>
      Co-authored-by: default avatarJames Lamb <jaylamb20@gmail.com>
      ba0a1f8d