"docs/vscode:/vscode.git/clone" did not exist on "8439b9066ecdef4acd4176648d061b5ac6137477"
  1. 17 Jun, 2017 2 commits
  2. 16 Jun, 2017 3 commits
  3. 14 Jun, 2017 1 commit
  4. 13 Jun, 2017 1 commit
    • wxchan's avatar
      [python] fix dump model with infinite threshold (#617) · f2c99ea4
      wxchan authored
      * avoid threshold inf
      
      * use __save_model_to_string for feature importance
      
      * Revert "use __save_model_to_string for feature importance"
      
      This reverts commit dca6a85fb3d89866eb56eb0c9ca103ada4d92b53.
      f2c99ea4
  5. 11 Jun, 2017 3 commits
  6. 09 Jun, 2017 1 commit
  7. 07 Jun, 2017 6 commits
  8. 06 Jun, 2017 4 commits
  9. 05 Jun, 2017 3 commits
  10. 04 Jun, 2017 1 commit
  11. 03 Jun, 2017 2 commits
  12. 02 Jun, 2017 4 commits
  13. 01 Jun, 2017 2 commits
  14. 31 May, 2017 2 commits
  15. 30 May, 2017 3 commits
  16. 29 May, 2017 2 commits
    • Laurae's avatar
      Recommend first gpu_use_dp = true (#564) · e04a8bb4
      Laurae authored
      * Recommend first gpu_use_dp = true
      
      * Add link to issue
      
      * Fix wrong issue
      e04a8bb4
    • cbecker's avatar
      Add prediction early stopping (#550) · 993bbd5f
      cbecker authored
      * Add early stopping for prediction
      
      * Fix GBDT if-else prediction with early stopping
      
      * Small C++ embelishments to early stopping API and functions
      
      * Fix early stopping efficiency issue by creating a singleton for no early stopping
      
      * Python improvements to early stopping API
      
      * Add assertion check for binary and multiclass prediction score length
      
      * Update vcxproj and vcxproj.filters with new early stopping files
      
      * Remove inline from PredictRaw(), the linker was not able to find it otherwise
      993bbd5f