1. 22 Mar, 2021 2 commits
  2. 21 Mar, 2021 2 commits
    • Nikita Titov's avatar
      store all CMake files in one place (#4087) · a9d9b119
      Nikita Titov authored
      a9d9b119
    • Alberto Ferreira's avatar
      [SWIG] Add streaming data support + cpp tests (#3997) · 4ded1342
      Alberto Ferreira authored
      * [feature] Add ChunkedArray to SWIG
      
      * Add ChunkedArray
      * Add ChunkedArray_API_extensions.i
      * Add SWIG class wrappers
      
      * Address some review comments
      
      * Fix linting issues
      
      * Move test to tests/test_ChunkedArray_manually.cpp
      
      * Add test note
      
      * Move ChunkedArray to include/LightGBM/utils/
      
      * Declare more explicit types of ChunkedArray in the SWIG API.
      
      * Port ChunkedArray tests to googletest
      
      * Please C++ linter
      
      * Address StrikerRUS' review comments
      
      * Update SWIG doc & disable ChunkedArray<int64_t>
      
      * Use CHECK_EQ instead of assert
      
      * Change include order (linting)
      
      * Rename ChunkedArray -> chunked_array files
      
      * Change header guards
      
      * Address last comments from StrikerRUS
      4ded1342
  3. 19 Mar, 2021 1 commit
  4. 17 Mar, 2021 1 commit
    • ashok-ponnuswami-msft's avatar
      Range check for DCG position discount lookup (#4069) · 4580393f
      ashok-ponnuswami-msft authored
      * Add check to prevent out of index lookup in the position discount table. Add debug logging to report number of queries found in the data.
      
      * Change debug logging location so that we can print the data file name as well.
      
      * Revert "Change debug logging location so that we can print the data file name as well."
      
      This reverts commit 3981b34bd6e0530f89c4733e78e6b6603bf50d48.
      
      * Add data file name to debug logging.
      
      * Move log line to a place where it is output even when query IDs are read from a separate file.
      
      * Also add the out-of-range check to rank metrics.
      
      * Perform check after number of queries is initialized.
      
      * Update
      4580393f
  5. 16 Mar, 2021 4 commits
  6. 15 Mar, 2021 4 commits
  7. 14 Mar, 2021 1 commit
  8. 12 Mar, 2021 2 commits
  9. 11 Mar, 2021 2 commits
  10. 10 Mar, 2021 5 commits
  11. 09 Mar, 2021 2 commits
  12. 05 Mar, 2021 1 commit
  13. 04 Mar, 2021 2 commits
  14. 03 Mar, 2021 1 commit
  15. 02 Mar, 2021 2 commits
  16. 24 Feb, 2021 6 commits
  17. 23 Feb, 2021 2 commits