1. 29 Aug, 2018 1 commit
    • James Lamb's avatar
      [R-package] CRAN fixes (#1499) · eded794e
      James Lamb authored
      * Fixed typos in docs
      
      * Fixed inconsistencies in documentation
      
      * Updated strategy for registering routines
      
      * Fixed issues caused by smashing multiple functions into one Rd
      
      * Fixed issues with documentation
      
      * Removed VignetteBuilder and updated Rbuildignore
      
      * Added R build artefacts to gitignore
      
      * Added namespacing on data.table set function. Updated handling of CMakeLists file to get around CRAN check.
      
      * Updated build instructions
      
      * Added R build script
      
      * Removed build_r.sh script and updated R-package install instructions
      eded794e
  2. 27 Aug, 2018 2 commits
  3. 25 Jul, 2018 1 commit
  4. 04 Jul, 2018 1 commit
  5. 24 May, 2018 1 commit
  6. 29 Apr, 2018 1 commit
  7. 19 Apr, 2018 1 commit
  8. 22 Mar, 2018 2 commits
  9. 16 Mar, 2018 1 commit
  10. 11 Mar, 2018 1 commit
  11. 04 Mar, 2018 1 commit
  12. 28 Feb, 2018 1 commit
  13. 08 Feb, 2018 1 commit
  14. 27 Dec, 2017 1 commit
  15. 24 Dec, 2017 1 commit
  16. 23 Dec, 2017 1 commit
  17. 22 Dec, 2017 1 commit
  18. 24 Nov, 2017 1 commit
  19. 09 Nov, 2017 1 commit
  20. 21 Oct, 2017 1 commit
  21. 13 Oct, 2017 1 commit
  22. 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
  23. 06 Oct, 2017 2 commits
  24. 30 Sep, 2017 1 commit
  25. 29 Sep, 2017 1 commit
  26. 08 Sep, 2017 1 commit
  27. 04 Sep, 2017 1 commit
  28. 02 Sep, 2017 1 commit
  29. 24 Aug, 2017 1 commit
  30. 18 Aug, 2017 6 commits
  31. 02 Aug, 2017 1 commit
  32. 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