1. 19 Mar, 2022 1 commit
  2. 18 Mar, 2022 1 commit
  3. 17 Mar, 2022 2 commits
    • Antoni Baum's avatar
      [python] make `early_stopping` callback pickleable (#5012) · f77e0adf
      Antoni Baum authored
      * Turn `early_stopping` into a Callable class
      
      * Fix
      
      * Lint
      
      * Remove print
      
      * Fix order
      
      * Revert "Lint"
      
      This reverts commit 7ca8b557572446888cf793c0082d9a7efd1e29a7.
      
      * Apply suggestion from code review
      
      * Nit
      
      * Lint
      
      * Move callable class outside the func for pickling
      
      * Move _pickle and _unpickle to tests utils
      
      * Add early stopping callback picklability test
      
      * Nit
      
      * Fix
      
      * Lint
      
      * Improve type hint
      
      * Lint
      
      * Lint
      
      * Add cloudpickle to test_windows
      
      * Update tests/python_package_test/test_engine.py
      
      * Fix
      
      * Apply suggestions from code review
      f77e0adf
    • Nikita Titov's avatar
      [ci] remove Visual Studio 2017 CI job for R-package (#5079) · eb686a76
      Nikita Titov authored
      * Update r_package.yml
      
      * replace R 4.1 with R 3.6 for VS 2019 build
      eb686a76
  4. 15 Mar, 2022 2 commits
  5. 13 Mar, 2022 1 commit
  6. 12 Mar, 2022 3 commits
  7. 11 Mar, 2022 1 commit
  8. 09 Mar, 2022 1 commit
  9. 06 Mar, 2022 1 commit
  10. 05 Mar, 2022 1 commit
  11. 03 Mar, 2022 1 commit
  12. 01 Mar, 2022 1 commit
  13. 26 Feb, 2022 1 commit
  14. 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
  15. 23 Feb, 2022 6 commits
  16. 22 Feb, 2022 1 commit
  17. 20 Feb, 2022 2 commits
  18. 19 Feb, 2022 3 commits
  19. 18 Feb, 2022 2 commits
  20. 17 Feb, 2022 3 commits
  21. 16 Feb, 2022 3 commits
  22. 15 Feb, 2022 1 commit