1. 29 May, 2017 1 commit
    • 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
  2. 27 May, 2017 1 commit
  3. 20 May, 2017 1 commit
  4. 06 May, 2017 1 commit
  5. 05 May, 2017 1 commit
  6. 30 Apr, 2017 1 commit
  7. 27 Apr, 2017 1 commit
  8. 26 Apr, 2017 2 commits
  9. 24 Apr, 2017 1 commit
  10. 18 Apr, 2017 2 commits
  11. 16 Apr, 2017 1 commit
  12. 15 Apr, 2017 1 commit
  13. 12 Apr, 2017 2 commits
  14. 02 Apr, 2017 1 commit
  15. 28 Mar, 2017 1 commit
  16. 27 Mar, 2017 2 commits
  17. 08 Mar, 2017 1 commit
  18. 01 Mar, 2017 3 commits
  19. 18 Feb, 2017 1 commit
  20. 09 Feb, 2017 1 commit
    • extremin's avatar
      Update engine.py (#291) · fdb093d6
      extremin authored
      When setting the parameter 'shuffle' of cv method to False ,the program raises the error below:
      UnboundLocalError:local variable 'randidx' referenced before assignment
      
      fixed.
      fdb093d6
  21. 03 Feb, 2017 1 commit
  22. 02 Feb, 2017 1 commit
  23. 30 Jan, 2017 1 commit
  24. 28 Jan, 2017 1 commit
    • wxchan's avatar
      [python-package] add plot metrics (#266) · 58565547
      wxchan authored
      * add plot metrics
      
      * move 'raise Exception' to check_not_tuple_of_2_elements
      
      * rename 'plot_metrics' to 'plot_metric'
      
      * fix misleading message/docs
      
      * change 'Metrics' in title to 'Metric'
      
      * fix misleading comment
      58565547
  25. 27 Jan, 2017 1 commit
  26. 25 Jan, 2017 1 commit
    • wxchan's avatar
      [python-package] add plot tree (#262) · 8980fc72
      wxchan authored
      * add plot tree
      
      * add docs
      
      * add example
      
      * add test
      
      * fix test
      
      * fix decision type
      
      * add show_info
      
      * use feature name if available
      8980fc72
  27. 23 Jan, 2017 1 commit
  28. 21 Jan, 2017 1 commit
  29. 20 Jan, 2017 1 commit
  30. 17 Jan, 2017 1 commit
  31. 16 Jan, 2017 3 commits
  32. 14 Jan, 2017 1 commit