"R-package/tests/vscode:/vscode.git/clone" did not exist on "204fa9cf7d67d6da9908493a78e7b52980c4bb23"
  1. 18 Aug, 2017 1 commit
  2. 02 Aug, 2017 1 commit
  3. 30 Jul, 2017 1 commit
  4. 27 Jul, 2017 1 commit
  5. 23 Jul, 2017 1 commit
    • Laurae's avatar
      [R-package] Add best score (#721) · ac975e73
      Laurae authored
      * Try to store best scores in R package Microsoft/LightGBM#686
      
      * Add binding for best_score (unlock environment)
      
      * Fix double comma
      
      * Add best_score to lgb.Booster
      ac975e73
  6. 22 Jul, 2017 1 commit
  7. 18 Jul, 2017 1 commit
  8. 17 Jul, 2017 1 commit
  9. 14 Jul, 2017 2 commits
  10. 13 Jul, 2017 1 commit
    • Laurae's avatar
      [R-package] Fallback to MinGW when VS build fails (#664) · 3421bc6c
      Laurae authored
      * Change VS -> MinGW for CRAN
      
      * Documentation to switch to MinGW by default
      
      * Force cmake to run twice
      
      * Try again dual build for Rtools
      
      * Switch to cmake for building twice
      
      * Try with Visual Studio as default, MinGW as fallback
      
      * Try to remove VS appropriately when failing
      
      * Attempt to get rid of build folder first
      
      * Switch to unlink from rm rf
      
      * Change lib_folder correctly when VS fails
      
      * Add README updates from Microsoft/LightGBM@1c8355c
      
      * Update default compiler doc and add GPU online install doc
      
      * Better GPU doc
      3421bc6c
  11. 12 Jul, 2017 1 commit
  12. 06 Jul, 2017 1 commit
  13. 05 Jul, 2017 1 commit
  14. 22 Jun, 2017 2 commits
  15. 20 Jun, 2017 3 commits
    • Guolin Ke's avatar
      rollback cmakelists · 2e0a8077
      Guolin Ke authored
      2e0a8077
    • Guolin Ke's avatar
      [python] Submit to PyPI (#635) · 80c641cd
      Guolin Ke authored
      * add make command to the python package.
      
      * Update README.rst
      
      * Update README.rst
      
      * Update README.rst
      
      * fix tests.
      
      * fix unix build
      
      * update readme
      
      * fix setup.py
      
      * update travis
      
      * Update .travis.yml
      
      * Update test.py
      
      * some fixes.
      
      * check the 64-bit python
      
      * fix build.
      
      * refine MANIFEST.in
      
      * update Manifest.in
      
      * add more build options.
      
      * Add fatal in cmake
      
      * fix a endif.
      
      * fix bugs.
      
      * fix pep8
      
      * add test for the pip package build
      
      * add test pip install in travis.
      
      * fix version with pre-compile dll
      
      * fix readme.rst
      
      * update readme
      80c641cd
    • joshkyh's avatar
      Minor typo in comments (#636) · 8e6fbbb7
      joshkyh authored
      Minor typo in comments
      8e6fbbb7
  16. 17 Jun, 2017 1 commit
  17. 14 Jun, 2017 1 commit
  18. 11 Jun, 2017 3 commits
  19. 06 Jun, 2017 3 commits
  20. 05 Jun, 2017 2 commits
  21. 30 May, 2017 2 commits
  22. 29 May, 2017 1 commit
  23. 28 May, 2017 1 commit
  24. 27 May, 2017 1 commit
  25. 26 May, 2017 1 commit
  26. 14 May, 2017 1 commit
  27. 09 May, 2017 1 commit
  28. 05 May, 2017 2 commits
    • Guolin Ke's avatar
      Add R's document back. · 60412658
      Guolin Ke authored
      60412658
    • JesseLimtiaco's avatar
      Adding ability to load model from string in R (#472) · beb5fc5e
      JesseLimtiaco authored
      * Update lgb.Booster.R
      
      Added method to call LGBM_BoosterLoadModelFromString_R if model_str is provided for initialization, added option to load from model_str in lgb.load
      
      * Update lightgbm_R.cpp
      
      Adding LGBM_BoosterLoadModelFromString_R
      
      * Update lightgbm_R.cpp
      
      Added LGBM_BoosterSaveModelToString_R
      
      * Update lightgbm_R.cpp
      
      * Update lgb.Booster.R
      
      Added save_model_to_string method
      
      * Update lgb.Booster.R
      
      Implemented @Laurae2 comments
      
      * Update lgb.Booster.R
      
      * Update lightgbm_R.h
      
      Added load and save model from/to string exports
      beb5fc5e
  29. 04 May, 2017 1 commit