1. 03 Aug, 2022 1 commit
  2. 30 Jul, 2022 2 commits
  3. 28 Jul, 2022 2 commits
  4. 21 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 2 commits
  11. 26 Jun, 2022 1 commit
  12. 25 Jun, 2022 1 commit
  13. 23 Jun, 2022 1 commit
  14. 20 Jun, 2022 1 commit
  15. 19 Jun, 2022 4 commits
  16. 12 Jun, 2022 1 commit
  17. 05 Jun, 2022 2 commits
  18. 31 May, 2022 1 commit
  19. 25 May, 2022 1 commit
  20. 24 May, 2022 1 commit
  21. 22 May, 2022 1 commit
  22. 17 May, 2022 1 commit
  23. 30 Apr, 2022 1 commit
  24. 22 Apr, 2022 1 commit
  25. 13 Apr, 2022 1 commit
  26. 02 Apr, 2022 1 commit
  27. 31 Mar, 2022 1 commit
  28. 30 Mar, 2022 2 commits
  29. 28 Mar, 2022 1 commit
  30. 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