1. 16 Sep, 2017 1 commit
  2. 02 Sep, 2017 1 commit
  3. 30 Aug, 2017 1 commit
  4. 29 Aug, 2017 2 commits
  5. 20 Aug, 2017 2 commits
  6. 18 Aug, 2017 8 commits
  7. 30 Jul, 2017 1 commit
    • Guolin Ke's avatar
      Better missing value handle (#747) · 00cb04a2
      Guolin Ke authored
      * finish the data loading part
      
      * allow prediction.
      
      * fix bug for decision type.
      
      * finish split finding part
      
      * fix bugs.
      
      * bug fixed. add a test .
      
      * fix pep8 .
      
      * update documents.
      
      * fix test bugs.
      
      * fix a format
      
      * fix import error in python test.
      
      * disable missing handle in categorial features.
      
      * fix a bug.
      
      * add more tests.
      
      * fix pep8
      
      * fix bugs.
      
      * remove the missing handle code for categorical feature.
      00cb04a2
  8. 27 Jul, 2017 1 commit
  9. 23 Jul, 2017 1 commit
  10. 11 Jul, 2017 1 commit
  11. 09 Jul, 2017 1 commit
  12. 16 Jun, 2017 2 commits
  13. 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
  14. 06 Jun, 2017 1 commit
  15. 30 May, 2017 1 commit
    • Guolin Ke's avatar
      Support early stopping of prediction in CLI (#565) · 6d4c7b03
      Guolin Ke authored
      * fix multi-threading.
      
      * fix name style.
      
      * support in CLI version.
      
      * remove warnings.
      
      * Not default parameters.
      
      * fix if...else... .
      
      * fix bug.
      
      * fix warning.
      
      * refine c_api.
      
      * fix R-package.
      
      * fix R's warning.
      
      * fix tests.
      
      * fix pep8 .
      6d4c7b03
  16. 26 May, 2017 1 commit
  17. 21 May, 2017 1 commit
  18. 16 May, 2017 1 commit
  19. 15 May, 2017 1 commit
  20. 14 May, 2017 1 commit
  21. 28 Apr, 2017 1 commit
    • wxchan's avatar
      [MRG] translate model to if-else (#469) · 8a19834a
      wxchan authored
      * translate model to if-else
      
      * support multiclass and predictleaf
      
      * remove java option for now
      
      * support multi-thread
      
      * add task:convert_model
      8a19834a
  22. 27 Apr, 2017 2 commits
  23. 26 Apr, 2017 3 commits
  24. 24 Apr, 2017 1 commit
    • Yang Zhifei's avatar
      fixed a bug in BinMapper: division by zero (#452) · fedf3971
      Yang Zhifei authored
      * fixed a bug in BinMapper: division by zero
      
      * Revert "fixed a bug in BinMapper: division by zero"
      
      This reverts commit 228380284f6a9ba174982e210e14d0aecde8e837.
      
      * added CHECK for min_data_in_bin and fixed typo
      fedf3971
  25. 18 Apr, 2017 1 commit
  26. 17 Apr, 2017 2 commits