1. 02 Oct, 2018 1 commit
  2. 24 Sep, 2018 1 commit
  3. 21 Sep, 2018 1 commit
  4. 20 Sep, 2018 1 commit
  5. 16 Sep, 2018 1 commit
  6. 12 Sep, 2018 1 commit
  7. 11 Sep, 2018 1 commit
  8. 08 Sep, 2018 1 commit
    • Nikita Titov's avatar
      [docs] minor docs enhancements (#1647) · 536f5dde
      Nikita Titov authored
      * added links to corresponding params in Quick-Start guide
      
      * updated description of possible input types in python
      
      * clarify list of numpy arrays input type in docs
      536f5dde
  9. 06 Sep, 2018 1 commit
  10. 05 Sep, 2018 1 commit
  11. 01 Sep, 2018 1 commit
  12. 31 Aug, 2018 1 commit
  13. 29 Aug, 2018 2 commits
  14. 27 Aug, 2018 1 commit
  15. 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
  16. 23 Aug, 2018 1 commit
  17. 17 Aug, 2018 1 commit
  18. 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
  19. 12 Aug, 2018 1 commit
  20. 08 Aug, 2018 1 commit
  21. 06 Aug, 2018 1 commit
  22. 31 Jul, 2018 2 commits
  23. 25 Jul, 2018 1 commit
  24. 23 Jul, 2018 1 commit
  25. 15 Jul, 2018 1 commit
  26. 14 Jul, 2018 1 commit
  27. 13 Jul, 2018 1 commit
  28. 12 Jul, 2018 3 commits
  29. 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
  30. 09 Jul, 2018 1 commit
  31. 03 Jul, 2018 1 commit
  32. 20 Jun, 2018 1 commit
  33. 14 Jun, 2018 1 commit
  34. 12 Jun, 2018 1 commit
  35. 10 Jun, 2018 1 commit
  36. 09 Jun, 2018 1 commit
    • Nikita Titov's avatar
      [ci] bring GPU tests back to Travis (#1428) · 2656b1dd
      Nikita Titov authored
      * bring gpu tests back
      
      * corrected docs according to the news that AMD drops the support of AMD APP SDK
      
      * replaced link to AMD APP SDK
      
      * fixed downloading AMD APP SDK from GitHub without auth
      
      * fixed path tp AMD APP SDK in docs
      
      * removed exports
      
      * clarify AMD APP SDK package installation condition
      2656b1dd