1. 15 Mar, 2022 1 commit
  2. 13 Mar, 2022 1 commit
  3. 12 Mar, 2022 3 commits
  4. 11 Mar, 2022 1 commit
  5. 09 Mar, 2022 1 commit
  6. 06 Mar, 2022 1 commit
  7. 05 Mar, 2022 1 commit
  8. 03 Mar, 2022 1 commit
  9. 01 Mar, 2022 1 commit
  10. 26 Feb, 2022 1 commit
  11. 24 Feb, 2022 2 commits
    • david-cortes's avatar
      Correct documentation for sparse predictions (#4979) · 7e478047
      david-cortes authored
      * Correct documentation for sparse predictions
      
      The documentation says that the parameter `nindptr` for `LGBM_BoosterPredictSparseOutput` should be the number of rows plus one, but this is incorrect when the input type is CSC. This PR fixes it.
      
      * Update c_api.h
      
      * Update c_api.h
      
      * Update c_api.h
      7e478047
    • José Morales's avatar
      [python-package] add support for pandas nullable types (fixes #4173) (#4927) · f1856956
      José Morales authored
      
      
      * map nullable dtypes to regular float dtypes
      
      * cast x3 to float after introducing missing values
      
      * add test for regular dtypes
      
      * use .astype and then values. update nullable_dtypes test and include test for regular numpy dtypes
      
      * more specific allowed dtypes. test no copy when single float dtype df
      
      * use np.find_common_type. set np.float128 to None when it isn't supported
      
      * set default as type(None)
      
      * move tests that use lgb.train to test_engine
      
      * include np.float32 when finding common dtype
      
      * Apply suggestions from code review
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      
      * add linebreak
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      f1856956
  12. 23 Feb, 2022 6 commits
  13. 22 Feb, 2022 1 commit
  14. 20 Feb, 2022 2 commits
  15. 19 Feb, 2022 3 commits
  16. 18 Feb, 2022 2 commits
  17. 17 Feb, 2022 3 commits
  18. 16 Feb, 2022 3 commits
  19. 15 Feb, 2022 1 commit
  20. 14 Feb, 2022 2 commits
  21. 13 Feb, 2022 1 commit
    • Nikita Titov's avatar
      Update versions of LightGBM dependencies (#4935) · 15266f1d
      Nikita Titov authored
      * update deps
      
      * pin eigen
      
      * add hidden bazel files to `.Rbuildignore`
      
      * more verbose test logs
      
      * more verbosity in logs for other tasks
      
      * empty commit
      
      * empty commit
      
      * empty commit
      
      * empty commit
      
      * empty commit
      
      * empty commit
      
      * revert fast_double_parser update
      
      * empty commit
      
      * empty commit
      
      * empty commit
      
      * empty commit
      
      * empty commit
      
      * empty commit
      
      * empty commit
      
      * empty commit
      
      * empty commit
      
      * empty commit
      
      * empty commit
      
      * empty commit
      
      * empty commit
      
      * empty commit
      
      * revert tests verbosity
      
      * test: swap compilers
      
      * empty commit 1
      
      * empty commit 2
      
      * empty commit 3
      
      * empty commit 4
      
      * Revert "test: swap compilers"
      
      This reverts commit e77b0013e9725cc82389f76f004e0367ed9295d8.
      15266f1d
  22. 12 Feb, 2022 2 commits