"tests/vscode:/vscode.git/clone" did not exist on "1f1dc4521e2556f79664274b61da0e2d78325964"
  1. 09 Sep, 2018 1 commit
  2. 05 Sep, 2018 2 commits
  3. 31 Aug, 2018 2 commits
  4. 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
  5. 27 Aug, 2018 2 commits
  6. 25 Jul, 2018 1 commit
  7. 04 Jul, 2018 1 commit
  8. 24 May, 2018 1 commit
  9. 29 Apr, 2018 1 commit
  10. 19 Apr, 2018 1 commit
  11. 22 Mar, 2018 2 commits
  12. 16 Mar, 2018 1 commit
  13. 11 Mar, 2018 1 commit
  14. 04 Mar, 2018 1 commit
  15. 28 Feb, 2018 1 commit
  16. 08 Feb, 2018 1 commit
  17. 27 Dec, 2017 1 commit
  18. 24 Dec, 2017 1 commit
  19. 23 Dec, 2017 1 commit
  20. 22 Dec, 2017 1 commit
  21. 24 Nov, 2017 1 commit
  22. 09 Nov, 2017 1 commit
  23. 21 Oct, 2017 1 commit
  24. 13 Oct, 2017 1 commit
  25. 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
  26. 06 Oct, 2017 2 commits
  27. 30 Sep, 2017 1 commit
  28. 29 Sep, 2017 1 commit
  29. 08 Sep, 2017 1 commit
  30. 04 Sep, 2017 1 commit
  31. 02 Sep, 2017 1 commit
  32. 24 Aug, 2017 1 commit
  33. 18 Aug, 2017 3 commits
    • Laurae's avatar
      [R-package] Merge iterations and early stopping with params (#829) · 256547fa
      Laurae authored
      * Prepare merging parameters
      
      * Add parameters from params for lgb.train
      
      * Usage of params in lgb.cv for rounds/early stop
      
      * Double bracket (1)
      
      * Double brackets (2)
      256547fa
    • Laurae's avatar
      Fix [R-package] Prevent remembering parameters (#799) · 3ec345e2
      Laurae authored
      * Revert "[R-package] Prevent remembering parameters (#796)"
      
      This reverts commit c795e2c8e12e8fe989bde0ab4ee59c2301325814.
      
      * Use model load/unload trick for free-ing up memory
      
      * Missing comma
      
      * Hand copy manual update (1/2)
      
      * Hand copy manual update (2/2)
      3ec345e2
    • Laurae's avatar
      [R-package] Prevent remembering parameters (#796) · 09ac3485
      Laurae authored
      * Enable simple cloning of dataset
      
      * Add remodel logical to Dataset
      
      * Allow remodeling of data
      
      * Missing comma
      
      * Use name instead of assignment for R6 class
      
      * There should be no need to deep copy ALL objects
      09ac3485