1. 22 Sep, 2017 1 commit
    • zhangjin's avatar
      Update dataset.cpp (#927) · e66a8a3c
      zhangjin authored
      While in parallel training, when one worker have 0 data, then it will not execute ConstructHistogram.
      if so, ptr_smaller_leaf_hist_data will not be 0 but the old data. that will get the wrong Histogram, and the wrong split info.
      e66a8a3c
  2. 16 Sep, 2017 1 commit
  3. 02 Sep, 2017 1 commit
  4. 30 Aug, 2017 1 commit
  5. 29 Aug, 2017 2 commits
  6. 20 Aug, 2017 2 commits
  7. 18 Aug, 2017 8 commits
  8. 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
  9. 27 Jul, 2017 1 commit
  10. 23 Jul, 2017 1 commit
  11. 11 Jul, 2017 1 commit
  12. 09 Jul, 2017 1 commit
  13. 16 Jun, 2017 2 commits
  14. 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
  15. 06 Jun, 2017 1 commit
  16. 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
  17. 26 May, 2017 1 commit
  18. 21 May, 2017 1 commit
  19. 16 May, 2017 1 commit
  20. 15 May, 2017 1 commit
  21. 14 May, 2017 1 commit
  22. 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
  23. 27 Apr, 2017 2 commits
  24. 26 Apr, 2017 3 commits
  25. 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
  26. 18 Apr, 2017 1 commit
  27. 17 Apr, 2017 1 commit