1. 29 Aug, 2018 3 commits
    • Nikita Titov's avatar
      [python] add possibility to predict dataset with nrow > max_int32 (#1615) · f8ffd988
      Nikita Titov authored
      * added possibility to predict numpy array with nrow > max_int32
      
      * save memory more efficient
      
      * better variable name
      
      * added possibility to predict scipy.sparse.csr matrix with nrow > max_int32
      
      * added possibility to predict scipy.sparse.csc matrix with nrow > max_int32
      
      * reworked numpy array case
      f8ffd988
    • 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
    • Nikita Titov's avatar
      [docs] added SWIG version compile guide for Windows and tip about JAVA_HOME (#1621) · 80a9a941
      Nikita Titov authored
      * added SWIG compile guide for Windows and tip about JAVA_HOME
      
      * fix grammar
      80a9a941
  2. 28 Aug, 2018 1 commit
  3. 27 Aug, 2018 5 commits
  4. 26 Aug, 2018 3 commits
  5. 25 Aug, 2018 5 commits
  6. 24 Aug, 2018 2 commits
  7. 23 Aug, 2018 2 commits
  8. 22 Aug, 2018 1 commit
    • Guolin Ke's avatar
      add start_iteration in model saving (#1565) · 941068ee
      Guolin Ke authored
      * add start_iteration in model saving
      
      * fix test
      
      * shuffle models ability
      
      * fix bug
      
      * update document
      
      * refine
      
      * Update engine.py
      
      * Update basic.py
      
      * fix comments
      
      * fix comment
      941068ee
  9. 21 Aug, 2018 1 commit
  10. 19 Aug, 2018 2 commits
  11. 17 Aug, 2018 2 commits
  12. 16 Aug, 2018 1 commit
  13. 13 Aug, 2018 2 commits
    • 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
    • Nikita Titov's avatar
      a9ba870e
  14. 12 Aug, 2018 1 commit
  15. 08 Aug, 2018 1 commit
  16. 07 Aug, 2018 2 commits
  17. 06 Aug, 2018 2 commits
  18. 04 Aug, 2018 1 commit
  19. 31 Jul, 2018 3 commits