1. 25 Jul, 2018 1 commit
  2. 04 Jul, 2018 1 commit
  3. 24 May, 2018 1 commit
  4. 29 Apr, 2018 1 commit
  5. 19 Apr, 2018 1 commit
  6. 22 Mar, 2018 2 commits
  7. 16 Mar, 2018 1 commit
  8. 11 Mar, 2018 1 commit
  9. 04 Mar, 2018 1 commit
  10. 28 Feb, 2018 1 commit
  11. 08 Feb, 2018 1 commit
  12. 27 Dec, 2017 1 commit
  13. 24 Dec, 2017 1 commit
  14. 23 Dec, 2017 1 commit
  15. 22 Dec, 2017 1 commit
  16. 24 Nov, 2017 1 commit
  17. 09 Nov, 2017 1 commit
  18. 21 Oct, 2017 1 commit
  19. 13 Oct, 2017 1 commit
  20. 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
  21. 06 Oct, 2017 2 commits
  22. 30 Sep, 2017 1 commit
  23. 29 Sep, 2017 1 commit
  24. 08 Sep, 2017 1 commit
  25. 04 Sep, 2017 1 commit
  26. 02 Sep, 2017 1 commit
  27. 24 Aug, 2017 1 commit
  28. 18 Aug, 2017 6 commits
  29. 02 Aug, 2017 1 commit
  30. 23 Jul, 2017 1 commit
    • Laurae's avatar
      [R-package] Add best score (#721) · ac975e73
      Laurae authored
      * Try to store best scores in R package Microsoft/LightGBM#686
      
      * Add binding for best_score (unlock environment)
      
      * Fix double comma
      
      * Add best_score to lgb.Booster
      ac975e73
  31. 17 Jun, 2017 1 commit
  32. 05 Jun, 2017 1 commit
    • Guolin Ke's avatar
      Compile R package by custom tool chain. (#584) · f98d75fc
      Guolin Ke authored
      * add R's library file to vs project and cmake.
      
      * support using dll built by vs.
      
      * better search for the library file.
      
      * remove mingw related doc .
      
      * update document.
      
      * Let R handle the library compile.
      
      * try fix build from github.
      
      * Update README.md
      
      * cleaner build.
      
      * fix the install problem in linux.
      
      * Update README.md
      f98d75fc
  33. 30 May, 2017 1 commit
    • Guolin Ke's avatar
      Support early stopping of prediction in CLI (#565) · 6d4c7b03
      Guolin Ke authored
      * fix multi-threading.
      
      * fix name style.
      
      * support in CLI version.
      
      * remove warnings.
      
      * Not default parameters.
      
      * fix if...else... .
      
      * fix bug.
      
      * fix warning.
      
      * refine c_api.
      
      * fix R-package.
      
      * fix R's warning.
      
      * fix tests.
      
      * fix pep8 .
      6d4c7b03