1. 12 Jun, 2021 3 commits
  2. 11 Jun, 2021 1 commit
  3. 09 Jun, 2021 4 commits
  4. 08 Jun, 2021 2 commits
  5. 07 Jun, 2021 1 commit
  6. 06 Jun, 2021 1 commit
  7. 05 Jun, 2021 3 commits
  8. 04 Jun, 2021 3 commits
  9. 03 Jun, 2021 2 commits
  10. 28 May, 2021 2 commits
  11. 26 May, 2021 2 commits
  12. 21 May, 2021 5 commits
  13. 20 May, 2021 4 commits
  14. 18 May, 2021 1 commit
  15. 17 May, 2021 1 commit
  16. 16 May, 2021 2 commits
  17. 15 May, 2021 3 commits
    • Nikita Titov's avatar
      [R-package] Handle integer types more accurate in R-to-C interface (#4291) · 90677e43
      Nikita Titov authored
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * fix typos
      90677e43
    • James Lamb's avatar
      [R-package] suppress Wcast-function-type warning in CMake-based gcc and MinGW... · db2e976e
      James Lamb authored
      [R-package] suppress Wcast-function-type warning in CMake-based gcc and MinGW builds (fixes #4273) (#4274)
      
      * [R-package] suppress Wcast-function-type warning in CMake-based gcc and MinGW builds (fixes #4273)
      
      * suppress warning from CMake side
      db2e976e
    • NovusEdge's avatar
      [python] added f-string to python-package/lightgbm/basic.py (#4143) · bffa6ca5
      NovusEdge authored
      
      
      * added f-string
      
      * fix missing parentheses and other string formatting
      
      * remove extra trailing parenthesis
      
      * one more missing parenthesis
      
      * fix pandas categoricals
      
      * update uses of +
      
      * Apply suggestions from code review
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      Co-authored-by: default avatarJames Lamb <jaylamb20@gmail.com>
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      bffa6ca5