1. 30 Dec, 2021 1 commit
    • Yaqub Alwan's avatar
      [python] raise an informative error instead of segfaulting when custom... · af5b40e1
      Yaqub Alwan authored
      
      [python] raise an informative error instead of segfaulting when custom objective produces incorrect output (#4815)
      
      * fix for bad grads causing segfault
      
      * adjust checking criteria to properly reflect reality of multi-class classifiers
      
      * fix styling
      
      * Line break before operator
      
      * Update python-package/lightgbm/basic.py
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      
      * Update python-package/lightgbm/basic.py
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      
      * add a note to the C-API docs
      
      * rearrange text s;ightly
      
      * add some tests to python package
      
      * Update include/LightGBM/c_api.h
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      
      * PR comments
      
      * match argument is a regex and our expression has brackets ..
      
      * rework tests
      
      * isorting imports
      
      * updating test to relfect that the python APi does not take pres/labels as a fobj function
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      af5b40e1
  2. 26 Dec, 2021 1 commit
  3. 23 Dec, 2021 1 commit
  4. 18 Dec, 2021 3 commits
  5. 15 Dec, 2021 1 commit
  6. 12 Dec, 2021 1 commit
  7. 11 Dec, 2021 1 commit
  8. 10 Dec, 2021 2 commits
  9. 06 Dec, 2021 2 commits
  10. 05 Dec, 2021 2 commits
  11. 04 Dec, 2021 2 commits
  12. 03 Dec, 2021 1 commit
  13. 02 Dec, 2021 5 commits
  14. 01 Dec, 2021 1 commit
  15. 30 Nov, 2021 2 commits
  16. 29 Nov, 2021 1 commit
  17. 26 Nov, 2021 3 commits
  18. 23 Nov, 2021 1 commit
  19. 20 Nov, 2021 1 commit
    • Nikita Titov's avatar
      [python] Remove `silent` argument (#4800) · 2caf945f
      Nikita Titov authored
      * Update test_plotting.py
      
      * Update dask.py
      
      * Update sklearn.py
      
      * Update test_sklearn.py
      
      * Update basic.py
      
      * Update engine.py
      
      * Update test_engine.py
      
      * Update basic.py
      
      * Update basic.py
      
      * Update engine.py
      2caf945f
  20. 15 Nov, 2021 2 commits
  21. 12 Nov, 2021 1 commit
    • Roman Shaptala's avatar
      [python] Faster categorical column names selection (#4787) · 6cbb3586
      Roman Shaptala authored
      * Faster categorical column names selection (#1)
      
      * Faster categorical column names selection
      
      Change slow and redundant dataframe query by select_dtypes into a dataframe.dtypes list comprehension
      
      * Update compat with CategoricalDtype
      
      * sort imports
      
      * import CategoricalDtype from pandas.api.types
      
      * add categorical import try/except
      6cbb3586
  22. 11 Nov, 2021 1 commit
  23. 10 Nov, 2021 2 commits
  24. 08 Nov, 2021 2 commits