1. 06 Sep, 2018 1 commit
  2. 05 Sep, 2018 1 commit
  3. 01 Sep, 2018 1 commit
  4. 31 Aug, 2018 1 commit
  5. 29 Aug, 2018 2 commits
  6. 27 Aug, 2018 1 commit
  7. 25 Aug, 2018 1 commit
    • Guolin Ke's avatar
      add support of refit-decay (#1603) · 2db6377a
      Guolin Ke authored
      * add support of refit-decay
      
      * add refit into c_api
      
      * add test
      
      * update document
      
      * Update basic.py
      
      * Update test_engine.py
      
      * Update basic.py
      
      * Update test_engine.py
      
      * fix comments
      
      * update test
      
      * fix the comments
      
      * Update test_engine.py
      2db6377a
  8. 23 Aug, 2018 1 commit
  9. 17 Aug, 2018 1 commit
  10. 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
  11. 12 Aug, 2018 1 commit
  12. 08 Aug, 2018 1 commit
  13. 06 Aug, 2018 1 commit
  14. 31 Jul, 2018 2 commits
  15. 25 Jul, 2018 1 commit
  16. 23 Jul, 2018 1 commit
  17. 15 Jul, 2018 1 commit
  18. 14 Jul, 2018 1 commit
  19. 13 Jul, 2018 1 commit
  20. 12 Jul, 2018 3 commits
  21. 10 Jul, 2018 1 commit
    • Nikita Titov's avatar
      [docs] Added permalink to each param (#1498) · fac4afe0
      Nikita Titov authored
      * added permalink to each parameter
      
      * run parameter_generator.py
      
      * concretized links
      
      * hotfix
      
      * run parameter_generator.py
      
      * added space between param name and permalink
      
      * added info about initscore_filename in Continued Training section and edited links
      
      * replaced aliases for weight and group with original names
      
      * disable emoji
      fac4afe0
  22. 09 Jul, 2018 1 commit
  23. 03 Jul, 2018 1 commit
  24. 20 Jun, 2018 1 commit
  25. 14 Jun, 2018 1 commit
  26. 12 Jun, 2018 1 commit
  27. 10 Jun, 2018 1 commit
  28. 09 Jun, 2018 2 commits
  29. 08 Jun, 2018 1 commit
  30. 06 Jun, 2018 1 commit
    • Nikita Titov's avatar
      [docs] generate parameters description from config file. Final stage (#1421) · 0a9d4cc2
      Nikita Titov authored
      * removed excess whitespaces
      
      * don't use built-in name for variable
      
      * simplified line parsing
      
      * chanched link to related
      
      * run parameter_generator.py
      
      * removed old targets
      
      * use tuples instead of list where possible
      
      * hotfix for descriptions were erased and only last one was kept
      
      * run parameter_generator.py
      
      * separated checks from aliases section
      0a9d4cc2
  31. 04 Jun, 2018 1 commit
  32. 03 Jun, 2018 1 commit
  33. 02 Jun, 2018 1 commit
    • Nikita Titov's avatar
      [docs] generate parameters description from config file. Stage 1 (#1409) · 713f5e6c
      Nikita Titov authored
      * generate parameters description from config file
      
      * made pylint happy
      
      * added checks description
      
      * fixed links handling in desc and descl2 fields
      
      * refine Core Parameters section
      
      * removed excess quotes from default values
      
      * fixed parameter type retrieve
      
      * added note about auto-generated parameters
      713f5e6c
  34. 26 May, 2018 1 commit
    • Zach Kurtz's avatar
      [docs] Edits for grammer and clarity (#1389) · af401561
      Zach Kurtz authored
      * A nitpicky grammer edit with minor clarifications added.
      
      * fix link
      
      * strike s
      
      * try a different optimal-split link, clarify experimental details
      
      * smoothing the FAQ
      
      * edit Features.rst
      
      * several minor edits throughout docs
      
      * historgram-based
      af401561
  35. 25 May, 2018 1 commit
    • Fujii Hironori's avatar
      [docs] Fix num_leaves example (#1401) · 1a1262cc
      Fujii Hironori authored
      The document says `num_leaves` should be smaller than `2^(max_depth)`.
      But, its example says `70` or `80` may get better in case of `max_depth=6`.
      2^6 is 64. 70 and 80 are greater than 64. The example doesn't make sense.
      
      Changed `max_depth` from 6 to 7.
      1a1262cc