1. 01 Sep, 2019 1 commit
    • Nikita Titov's avatar
      [docs][R] added R-package docs generation routines (#2176) · faba6caf
      Nikita Titov authored
      * added R-package docs generation routines
      
      * change theme to be more consistent with sphinx_rtd_theme on main site in terms of color scheme
      
      * placed man folder with old Rd files back
      
      * specify full path to conda and make script more readable by one line - one pkg
      
      * removed commented lines from build_r_site script
      
      * made one line - one argument in build_reference() call
      
      * pin R package versions
      
      * fixed conflict
      faba6caf
  2. 21 Aug, 2019 2 commits
  3. 19 Aug, 2019 2 commits
  4. 13 Aug, 2019 1 commit
  5. 13 Jun, 2019 1 commit
  6. 27 May, 2019 1 commit
    • Laurae's avatar
      [R-package] Fix best_iter and best_score (#2159) · f70a0532
      Laurae authored
      * Callback for NA handling
      
      * lgb.Booster default score => NA
      
      * lgb.cv default best score => NA
      
      * Fix back callback
      
      * lgb.train with booster check at the end
      
      manual tests done: 
      * With early stopping + with validation set
      * With early stopping + without validation set
      * Without early stopping + with validation set
      * Without early stopping + without validation set
      
      And with multiple metrics / validation sets.
      
      * lgb.cv with booster check at the end
      
      manual tests done: 
      * With early stopping + with validation set
      * With early stopping + without validation set
      * Without early stopping + with validation set
      * Without early stopping + without validation set
      
      And with multiple metrics / validation sets.
      f70a0532
  7. 18 May, 2019 1 commit
  8. 12 May, 2019 1 commit
  9. 08 May, 2019 1 commit
  10. 29 Apr, 2019 1 commit
  11. 07 Feb, 2019 1 commit
  12. 05 Feb, 2019 2 commits
  13. 04 Feb, 2019 1 commit
  14. 28 Jan, 2019 1 commit
  15. 27 Jan, 2019 1 commit
  16. 23 Jan, 2019 1 commit
  17. 20 Jan, 2019 1 commit
  18. 19 Jan, 2019 1 commit
    • Maximilian Eber's avatar
      [R] Fix multiclass demo (#1940) · ace9c99c
      Maximilian Eber authored
      * Fix multiclass custom objective demo
      
      * Use option not to boost from average instead of setting init score explicitly
      
      * Reference #1846 when turning off boost_from_average
      
      * Add trailing whitespace
      ace9c99c
  19. 01 Dec, 2018 1 commit
  20. 07 Nov, 2018 1 commit
  21. 06 Nov, 2018 1 commit
  22. 03 Oct, 2018 2 commits
  23. 20 Sep, 2018 1 commit
  24. 18 Sep, 2018 1 commit
    • Guolin Ke's avatar
      new release (#1649) · 7158a632
      Guolin Ke authored
      * Update VERSION.txt
      
      * Update DESCRIPTION
      
      * Update .appveyor.yml
      
      * Update .appveyor.yml
      
      * Update DESCRIPTION
      
      * Update VERSION.txt
      
      * Update .appveyor.yml
      
      * Update DESCRIPTION
      
      * Update VERSION.txt
      
      * Update DESCRIPTION
      7158a632
  25. 09 Sep, 2018 1 commit
  26. 05 Sep, 2018 3 commits
  27. 31 Aug, 2018 2 commits
  28. 29 Aug, 2018 2 commits
    • Nikita Titov's avatar
      removed duplicated info in R README (#1624) · 3dd72191
      Nikita Titov authored
      3dd72191
    • 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
  29. 27 Aug, 2018 3 commits
  30. 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