1. 07 Jul, 2023 1 commit
  2. 23 Jun, 2023 1 commit
  3. 10 May, 2023 1 commit
  4. 04 May, 2023 1 commit
  5. 10 May, 2022 1 commit
  6. 12 Feb, 2022 1 commit
  7. 09 Jan, 2022 1 commit
  8. 06 Dec, 2021 1 commit
  9. 26 Oct, 2021 1 commit
  10. 28 Aug, 2021 1 commit
  11. 11 Mar, 2021 1 commit
  12. 25 Jan, 2021 1 commit
  13. 11 Nov, 2020 1 commit
  14. 23 Aug, 2020 1 commit
  15. 14 May, 2020 1 commit
  16. 13 May, 2020 2 commits
  17. 21 Apr, 2020 1 commit
  18. 16 Apr, 2020 1 commit
  19. 04 Mar, 2020 1 commit
  20. 26 Feb, 2020 1 commit
  21. 14 Oct, 2019 1 commit
  22. 07 Aug, 2019 1 commit
  23. 31 Jul, 2019 1 commit
    • Alexander L. Hayes's avatar
      [docs] 📝 FAQ overhaul for linking to individual questions (#2293) · 04a56010
      Alexander L. Hayes authored
      * 📝 FAQ overhaul for Issue #2268
      
      Reformat "Contents" to use the `.. contents::` directive
      Reword "Critical" into "Critical Issues"
      Reformat "Critical" section to define "critical issues"
      Reformat FAQ sections to follow a new format
      Reformat FAQ sections so individual questions have links
      
      All sections now follow a new format (below).
      A "frequently asked question" may also include a possible
      cause and a solution (if the two are not obvious from
      the context):
      
      ```rst
      Section Title
      =============
      
      .. contents::
        :local:
        :backlinks: none
      
      1. Question 1
      -------------
      
      **Possible Cause**: This is likely due to...
      
      **Solution**: Fix with...
      ```
      
      * ️ Correcting typos and links
      
      Add period to `2. Error messages: ....`
      Fix links to FAQ in Installation-Guide.rst
      
      * ️ Removing FAQ link and correcting `python-package` README
      
      Drop general FAQ link in `Installation-Guide.rst`
      Add FAQ question links to `python-package/README.rst`
      04a56010
  24. 29 Jul, 2019 1 commit
  25. 12 May, 2019 1 commit
  26. 08 May, 2019 1 commit
  27. 20 Dec, 2018 1 commit
  28. 10 Dec, 2018 1 commit
  29. 29 Oct, 2018 1 commit
  30. 13 Oct, 2018 1 commit
  31. 10 Oct, 2018 1 commit
  32. 09 Oct, 2018 1 commit
    • Guolin Ke's avatar
      average predictions for constant features (#1735) · c920e634
      Guolin Ke authored
      * average predictions for constant features
      
      * fix possible numerical issues in std::log.
      
      * fix pylint
      
      * fix bugs in c_api
      
      * fix styles
      
      * clean code for multi class
      
      * rewrite test
      
      * fix pylint
      
      * skip test_constant_features
      
      * refine test
      
      * fix tests
      
      * fix tests
      
      * update FAQ
      
      * fix test
      
      * Update FAQ.rst
      c920e634
  33. 01 Sep, 2018 1 commit
  34. 31 Aug, 2018 1 commit
  35. 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
  36. 31 Jul, 2018 1 commit
  37. 20 Jun, 2018 1 commit
  38. 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
  39. 22 May, 2018 1 commit