1. 03 Jul, 2022 1 commit
  2. 01 Jul, 2022 2 commits
  3. 28 Jun, 2022 1 commit
  4. 27 Jun, 2022 2 commits
  5. 26 Jun, 2022 1 commit
  6. 25 Jun, 2022 1 commit
  7. 23 Jun, 2022 1 commit
  8. 20 Jun, 2022 1 commit
  9. 19 Jun, 2022 4 commits
  10. 12 Jun, 2022 1 commit
  11. 05 Jun, 2022 2 commits
  12. 31 May, 2022 1 commit
  13. 25 May, 2022 1 commit
  14. 24 May, 2022 1 commit
  15. 22 May, 2022 1 commit
  16. 17 May, 2022 1 commit
  17. 30 Apr, 2022 1 commit
  18. 22 Apr, 2022 1 commit
  19. 13 Apr, 2022 1 commit
  20. 02 Apr, 2022 1 commit
  21. 31 Mar, 2022 1 commit
  22. 30 Mar, 2022 2 commits
  23. 28 Mar, 2022 1 commit
  24. 17 Mar, 2022 1 commit
    • 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
  25. 15 Mar, 2022 2 commits
  26. 12 Mar, 2022 1 commit
  27. 06 Mar, 2022 1 commit
  28. 26 Feb, 2022 1 commit
  29. 24 Feb, 2022 1 commit
    • 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
  30. 23 Feb, 2022 2 commits
    • Miguel Trejo Marrufo's avatar
      [Docs] Weights non-negative for train data (#5013) · 6ced58ad
      Miguel Trejo Marrufo authored
      * docs: weight parameter non-negative
      
      * docs: weights non negative only for train data
      
      * docs: weights should be non negative for validation data
      
      * typo in html render
      
      * docs: brief weights non-negative description
      6ced58ad
    • José Morales's avatar
      [python-package] use 2d collections for predictions, grads and hess in... · d670a4d6
      José Morales authored
      [python-package] use 2d collections for predictions, grads and hess in multiclass custom objective (#4925)
      
      * reshape predictions, grad and hess in multiclass custom objective
      
      * add sklearn test. move custom obj to utils. docs for numpy
      
      * use num_model_per_iteration to get num_classes
      
      * update docs and dask multiclass custom objective test
      
      * move reshaping to __inner_predict. add test for feval
      
      * add missing note. remove extra line
      d670a4d6
  31. 20 Feb, 2022 1 commit