1. 26 May, 2019 1 commit
  2. 08 May, 2019 1 commit
  3. 25 Mar, 2019 1 commit
    • mjmckp's avatar
      Add API method LGBM_BoosterPredictForMats (#2008) · 823fc03c
      mjmckp authored
      * Fix index out-of-range exception generated by BaggingHelper on small datasets.
      
      Prior to this change, the line "score_t threshold = tmp_gradients[top_k - 1];" would generate an exception, since tmp_gradients would be empty when the cnt input value to the function is zero.
      
      * Update goss.hpp
      
      * Update goss.hpp
      
      * Add API method LGBM_BoosterPredictForMats which runs prediction on a data set given as of array of pointers to rows (as opposed to existing method LGBM_BoosterPredictForMat which requires data given as contiguous array)
      
      * Fix incorrect upstream merge
      
      * Add link to LightGBM.NET
      
      * Fix indenting to 2 spaces
      
      * Dummy edit to trigger CI
      
      * Dummy edit to trigger CI
      823fc03c
  4. 22 Jan, 2019 1 commit
  5. 21 Nov, 2018 1 commit
  6. 31 Oct, 2018 1 commit
  7. 29 Oct, 2018 1 commit
  8. 27 Oct, 2018 1 commit
  9. 25 Oct, 2018 1 commit
  10. 03 Oct, 2018 1 commit
  11. 24 Sep, 2018 1 commit
  12. 12 Sep, 2018 1 commit
  13. 11 Sep, 2018 1 commit
  14. 13 Aug, 2018 1 commit
    • Nikita Titov's avatar
      [ci] added tests with Clang/AppleClang compilation at Travis (#1522) · ad7738ac
      Nikita Titov authored
      * added clang test
      
      * hotfix
      
      * downgrade required AppleCLang version
      
      * fixed CMakeLists
      
      * prevent case when CMake is downgraded by libomp
      
      * fixed Clang test
      
      * moved MSVC version check to the better place
      
      * compile with Clang at Travis on Linux
      
      * clear .travis.yml
      
      * fixed indents
      
      * added support of MPI test at Travis with macOS
      
      * added FAQ entry about OpenMP library error
      
      * updated installation guide
      
      * moved APPLE_OUTPUT_DYLIB to other options
      
      * fix check-docs test: ignore old url from error message
      
      * added example of symlink command in FAQ
      
      * fixed markdown
      
      * capitalized heading
      
      * updated Python installation guide
      
      * changed mode in message command
      
      * added notes about MinGW efficiency problems
      
      * updated R-package installation guide
      
      * use quotes for gcc version
      
      * removed excess 'Note' phrase
      ad7738ac
  15. 13 Jul, 2018 1 commit
  16. 12 Jul, 2018 1 commit
    • Guolin Ke's avatar
      add vsts ci (#1497) · 1437ce8b
      Guolin Ke authored
      * fix bugs
      
      * many fixes
      
      * remove duplicate lines
      
      * test for mingw
      
      * Not nuget in appveyor
      
      * remove mingw build
      
      * Update test.sh
      
      * Update test.sh
      
      * Update test.sh
      
      * fixed macOS wheel name
      
      * don't run docs test at VSTS
      
      * made nuget creating script directory independent
      1437ce8b
  17. 03 Jun, 2018 1 commit
  18. 22 May, 2018 1 commit
  19. 21 May, 2018 1 commit
    • Nikita Titov's avatar
      [docs] documented crash in case categorical values is bigger max int32 (#1376) · a0c69417
      Nikita Titov authored
      * added checks for categorical features > max_int32
      
      * added tests
      
      * fixed pylint
      
      * removed warnings about overridden categorical features
      
      * Revert "removed warnings about overridden categorical features"
      
      This reverts commit 289a426c700ce8934a526cc456a1b1cd5c621db9.
      
      * a little bit more efficient checks
      
      * added notes about max values in categorical features
      
      * Revert "a little bit more efficient checks"
      
      This reverts commit bed88830243da21a2db454873c0e308126e05732.
      
      * Revert "fixed pylint"
      
      This reverts commit a229e1563b0abc1b13de6358577abf90bd529015.
      
      * Revert "added tests"
      
      This reverts commit 299e001b7550111555b80730d673d4f225cf5f74.
      
      * Revert "added checks for categorical features > max_int32"
      
      This reverts commit 2cc7afacde7c6366644f6988ccedc344752b68c7.
      a0c69417
  20. 17 Apr, 2018 1 commit
  21. 13 Mar, 2018 1 commit
  22. 13 Feb, 2018 2 commits
  23. 31 Jan, 2018 1 commit
  24. 01 Jan, 2018 1 commit
  25. 05 Dec, 2017 1 commit
  26. 13 Nov, 2017 1 commit
  27. 21 Oct, 2017 1 commit
  28. 12 Oct, 2017 1 commit
    • Nikita Titov's avatar
      [docs] documentation improvement (#976) · 4aa32967
      Nikita Titov authored
      * fixed typos and hotfixes
      
      * converted gcc-tips.Rmd; added ref to gcc-tips
      
      * renamed files
      
      * renamed Advanced-Topics
      
      * renamed README
      
      * renamed Parameters-Tuning
      
      * renamed FAQ
      
      * fixed refs to FAQ
      
      * fixed undecodable source characters
      
      * renamed Features
      
      * renamed Quick-Start
      
      * fixed undecodable source characters in Features
      
      * renamed Python-Intro
      
      * renamed GPU-Tutorial
      
      * renamed GPU-Windows
      
      * fixed markdown
      
      * fixed undecodable source characters in GPU-Windows
      
      * renamed Parameters
      
      * fixed markdown
      
      * removed recommonmark dependence
      
      * hotfixes
      
      * added anchors to links
      
      * fixed 404
      
      * fixed typos
      
      * added more anchors
      
      * removed sphinxcontrib-napoleon dependence
      
      * removed outdated line in Travis config
      
      * fixed max-width of the ReadTheDocs theme
      
      * added horizontal align to images
      4aa32967
  29. 08 Oct, 2017 1 commit
  30. 07 Oct, 2017 1 commit
    • Nikita Titov's avatar
      [docs] move wiki to Read the Docs (#945) · 6d34fb86
      Nikita Titov authored
      * fixed Python-API references
      
      * moved Features section to ReadTheDocs
      
      * fixed index of ReadTheDocs
      
      * moved Experiments section to ReadTheDocs
      
      * fixed capital letter
      
      * fixed citing
      
      * moved Parallel Learning section to ReadTheDocs
      
      * fixed markdown
      
      * fixed Python-API
      
      * fixed link to Quick-Start
      
      * fixed gpu docker README
      
      * moved Installation Guide from wiki to ReadTheDocs
      
      * removed references to wiki
      
      * fixed capital letters in headings
      
      * hotfixes
      
      * fixed non-Unicode symbols and reference to Python API
      
      * fixed citing references
      
      * fixed links in .md files
      
      * fixed links in .rst files
      
      * store images locally in the repo
      
      * fixed missed word
      
      * fixed indent in Experiments.rst
      
      * fixed 'Duplicate implicit target name' message which is successfully
      resolved by adding anchors
      
      * less verbose
      
      * prevented maito: ref creation
      
      * fixed indents
      
      * fixed 404
      
      * fixed 403
      
      * fixed 301
      
      * fixed fake anchors
      
      * fixed file extentions
      
      * fixed Sphinx warnings
      
      * added StrikerRUS profile link to FAQ
      
      * added henry0312 profile link to FAQ
      6d34fb86
  31. 29 Sep, 2017 1 commit
    • Nikita Titov's avatar
      [docs] updates and improvements for documentation (#940) · d292512e
      Nikita Titov authored
      * added python version badge
      
      * fixed typos
      
      * fixed links
      
      * readthedocs doesn't support links with anchor out of box
      
      * fixed table rendering at ReadTheDocs #776#issuecomment-319851551
      
      * fixed table rendering at ReadTheDocs
      
      * added link to Key-Events page
      
      * fixed links
      
      * hotfix
      
      * fixed markdown
      d292512e
  32. 28 Sep, 2017 1 commit
  33. 08 Sep, 2017 1 commit
    • Nikita Titov's avatar
      [python] [setup] improving installation (#880) · 8984111f
      Nikita Titov authored
      * disabled logs from compilers; fixed #874
      
      * fixed safe clear_fplder
      
      * added windows folder to manifest.in
      
      * added windows folder to build
      
      * added library path
      
      * added compilation with MSBuild from .sln-file
      
      * fixed unknown PlatformToolset returns exitcode 0
      
      * hotfix
      
      * updated Readme
      
      * removed return
      
      * added installation with mingw test to appveyor
      
      * let's test appveyor with both VS 2015 and VS 2017; but MinGW isn't installed on VS 2017 image
      
      * fixed built-in name 'file'
      
      * simplified appveyor
      
      * removed excess data_files
      
      * fixed unreadable paths
      
      * separated exceptions for cmake and mingw
      
      * refactored silent_call
      
      * don't create artifacts with VS 2015 and mingw
      
      * be more precise with python versioning in Travis
      
      * removed unnecessary if statement
      
      * added classifiers for PyPI and python versions badge
      
      * changed python version in travis
      
      * added support of scikit-learn 0.18.x
      
      * added more python versions to Travis
      
      * added more python versions to Appveyor
      
      * reduced number of tests in Travis
      
      * Travis trick is not needed anymore
      
      * attempt to fix according to https://github.com/Microsoft/LightGBM/pull/880#discussion_r137438856
      8984111f
  34. 02 Sep, 2017 1 commit
  35. 01 Sep, 2017 1 commit
  36. 24 Aug, 2017 1 commit
  37. 22 Aug, 2017 1 commit
  38. 18 Aug, 2017 1 commit
  39. 25 Jul, 2017 1 commit