1. 22 May, 2022 1 commit
  2. 17 May, 2022 1 commit
  3. 30 Apr, 2022 1 commit
  4. 22 Apr, 2022 1 commit
  5. 13 Apr, 2022 1 commit
  6. 02 Apr, 2022 1 commit
  7. 28 Mar, 2022 1 commit
  8. 15 Mar, 2022 2 commits
  9. 06 Mar, 2022 1 commit
  10. 26 Feb, 2022 1 commit
  11. 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
  12. 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
  13. 20 Feb, 2022 1 commit
  14. 17 Feb, 2022 1 commit
  15. 16 Feb, 2022 2 commits
  16. 22 Jan, 2022 1 commit
    • Miguel Trejo Marrufo's avatar
      [python-package] support customizing Dataset creation in Booster.refit() (fixes #3038) (#4894) · e6a2f716
      Miguel Trejo Marrufo authored
      * feat: refit additional kwargs for dataset and predict
      
      * test: kwargs for refit method
      
      * fix: __init__ got multiple values for argument
      
      * fix: pycodestyle E302 error
      
      * refactor: dataset_params to avoid breaking change
      
      * refactor: expose all Dataset params in refit
      
      * feat: dataset_params updates new_params
      
      * fix: remove unnecessary params to test
      
      * test: parameters input are the same
      
      * docs: address StrikeRUS changes
      
      * test: refit test changes in train dataset
      
      * test: set init_score and decay_rate to zero
      e6a2f716
  17. 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
  18. 11 Dec, 2021 1 commit
  19. 03 Dec, 2021 1 commit
  20. 02 Dec, 2021 1 commit
  21. 26 Nov, 2021 1 commit
  22. 23 Nov, 2021 1 commit
  23. 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
  24. 15 Nov, 2021 1 commit
    • Drew Miller's avatar
      [c_api] Improve ANSI compatibility by avoiding <stdbool.h> (#4697) · bfb346c1
      Drew Miller authored
      * [c_api] Improve ANSI compatibility by avoiding <stdbool.h>
      
      * fixes in response to CI linting
      
      * inline NOLINT instead of separate test
      
      * moving length declaration to non-ANSI C conditional
      
      * [c_api] Align expected return type in `basic.py` with new c_api type.
      bfb346c1
  25. 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
  26. 11 Nov, 2021 1 commit
  27. 08 Nov, 2021 1 commit
  28. 07 Oct, 2021 1 commit
  29. 05 Oct, 2021 1 commit
  30. 17 Sep, 2021 1 commit
    • José Morales's avatar
      [python-package] Support 2d collections as input for `init_score` in... · f1f5ba15
      José Morales authored
      
      [python-package] Support 2d collections as input for `init_score` in multiclass classification task (#4150)
      
      * initial implementation of init_score for multiclass classification
      
      * check for 1d or 2d collection in init_score
      
      * remove dataset import
      
      * initial comments
      
      * update dask test and docstrings
      
      * update docstrings
      
      * move logic to set_field. reshape back on get_field
      
      * add type hints and update docstrings for dask. fix Dataset.set_field
      
      * revert wrong docstrings and type hints
      
      * add extra comma for consistency
      
      * prefix private functions with underscore
      
      add type hints to new functions
      
      make commas consistent in dask and basic
      
      * add missing spaces after type hint
      
      * remove shape condition for dataframe in is_2d_collection
      Co-authored-by: default avatarNikita Titov <nekit94-12@hotmail.com>
      f1f5ba15
  31. 04 Sep, 2021 1 commit
  32. 30 Aug, 2021 1 commit
  33. 27 Aug, 2021 2 commits
  34. 25 Aug, 2021 1 commit
  35. 23 Aug, 2021 1 commit
  36. 19 Aug, 2021 1 commit