1. 02 Apr, 2017 1 commit
  2. 28 Mar, 2017 1 commit
  3. 24 Mar, 2017 1 commit
  4. 22 Mar, 2017 1 commit
  5. 01 Mar, 2017 2 commits
  6. 18 Feb, 2017 1 commit
  7. 03 Feb, 2017 1 commit
  8. 02 Feb, 2017 1 commit
  9. 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
  10. 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
  11. 23 Jan, 2017 1 commit
  12. 20 Jan, 2017 1 commit
  13. 16 Jan, 2017 1 commit
    • wxchan's avatar
      fix bug for pandas auto categorical_feature (#218) · 57d55272
      wxchan authored
      * fix bug for categorical_feature
      
      * add test on load model with categorical feature
      
      * add unseen category in test dataset
      
      * save/load pandas_categorical to model
      
      * fix logic
      
      * cast pandas columns to string
      
      * add load pandas_categorical from file to _InnerPredictor init
      57d55272
  14. 12 Jan, 2017 2 commits
  15. 09 Jan, 2017 1 commit
    • wxchan's avatar
      refine pmml.py (#179) · 7f4610a8
      wxchan authored
      * add pmml to test
      
      * refine pmml.py
      
      * use ~n instead of -n-1
      
      * change map to list comprehension
      
      * fix check
      
      * fix 'use ~n instead of -n-1'
      
      * fix exception
      7f4610a8
  16. 08 Jan, 2017 2 commits
    • wxchan's avatar
      `_is_constructed` -> `handle is not None`; add FAQ for docs (#173) · 1b7643ba
      wxchan authored
      * use handle is not None for _is_constructed
      
      * sort imports; clean code; move FAQ to docs
      1b7643ba
    • Guolin Ke's avatar
      R package (#168) · 551d59ca
      Guolin Ke authored
      * finish R's c_api
      
      * clean code
      
      * fix sizeof pointer in 32bit system.
      
      * add predictor class
      
      * add Dataset class
      
      * format code
      
      * add booster
      
      * add type check for expose function
      
      * add a simple callback
      
      * add all callbacks
      
      * finish the basic training logic
      
      * update docs
      
      * add an simple training interface
      
      * add basic test
      
      * adapt the changes in c_api
      
      * add test for Dataset
      
      * add test for custom obj/eval functions
      
      * fix python test
      
      * fix bug in metadata init
      
      * fix R CMD check
      551d59ca
  17. 06 Jan, 2017 1 commit
  18. 04 Jan, 2017 3 commits
  19. 03 Jan, 2017 1 commit
  20. 02 Jan, 2017 2 commits
  21. 01 Jan, 2017 1 commit
    • wxchan's avatar
      support pickle (#151) · a034ceeb
      wxchan authored
      * support pickle
      
      * add pickle/joblib test; change test_basic to unittest
      
      * remove file for deepcopy
      
      * fix tests
      
      * test basic predict from file
      
      * Revert "test basic predict from file"
      
      This reverts commit 60d2c3158537fd56081f60f1d6d120cedd782887.
      
      * test predict from file
      
      * use tempfile for copy & pickle
      
      * use tempfile w/o binary mode
      
      * clean test
      a034ceeb
  22. 31 Dec, 2016 1 commit
  23. 28 Dec, 2016 1 commit
  24. 23 Dec, 2016 1 commit
    • wxchan's avatar
      rewrite test with unittest (#142) · db18367e
      wxchan authored
      * add troubleshooting
      
      * use unittest
      
      * update unittest version
      
      * fix test_engine.py
      
      * fix test_sklearn.py
      
      * default eval_metric by subclass
      
      * add test grid search
      
      * remove verbose_eval
      db18367e
  25. 19 Dec, 2016 1 commit
  26. 08 Dec, 2016 1 commit
  27. 06 Dec, 2016 1 commit
  28. 05 Dec, 2016 1 commit
  29. 02 Dec, 2016 1 commit
    • wxchan's avatar
      Squash into one commit: · eba6d200
      wxchan authored
      1. merge python-package
      2. add dump model to json
      3. fix bugs
      4. clean code with pylint
      5. update python examples
      eba6d200
  30. 30 Nov, 2016 5 commits