1. 29 Jul, 2022 4 commits
  2. 28 Jul, 2022 5 commits
  3. 21 Jul, 2022 1 commit
  4. 12 Jul, 2022 1 commit
  5. 10 Jul, 2022 1 commit
  6. 07 Jul, 2022 2 commits
  7. 03 Jul, 2022 1 commit
  8. 01 Jul, 2022 2 commits
  9. 28 Jun, 2022 1 commit
  10. 27 Jun, 2022 3 commits
  11. 26 Jun, 2022 2 commits
  12. 25 Jun, 2022 1 commit
  13. 23 Jun, 2022 2 commits
  14. 22 Jun, 2022 2 commits
  15. 20 Jun, 2022 5 commits
  16. 19 Jun, 2022 6 commits
  17. 17 Jun, 2022 1 commit
    • david-cortes's avatar
      [R-package] Add sparse feature contribution predictions (#5108) · 6f92d47a
      david-cortes authored
      
      
      * add predcontrib for sparse inputs
      
      * register newly-added function
      
      * comments
      
      * correct wrong types in test
      
      * forcibly take transpose function from Matrix
      
      * keep row names, test comparison to dense inputs
      
      * workaround for passing test while PR for row names is not merged
      
      * Update R-package/R/lgb.Predictor.R
      Co-authored-by: default avatarJames Lamb <jaylamb20@gmail.com>
      
      * Update R-package/R/lgb.Predictor.R
      Co-authored-by: default avatarJames Lamb <jaylamb20@gmail.com>
      
      * Update R-package/R/lgb.Predictor.R
      Co-authored-by: default avatarJames Lamb <jaylamb20@gmail.com>
      
      * proper handling of integer overflow
      
      * add test for CSR contrib row names
      
      * add more tests for predict(<sparse>, predcontrib=TRUE)
      
      * make linter happy
      
      * linter
      
      * linter
      
      * check error messages for bad input shapes
      
      * fix regex
      
      * hard-coded number of columns in regex for tests
      Co-authored-by: default avatarJames Lamb <jaylamb20@gmail.com>
      6f92d47a