1. 27 Jan, 2017 1 commit
  2. 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
  3. 23 Jan, 2017 1 commit
  4. 21 Jan, 2017 1 commit
  5. 20 Jan, 2017 1 commit
  6. 17 Jan, 2017 1 commit
  7. 16 Jan, 2017 3 commits
  8. 14 Jan, 2017 1 commit
  9. 12 Jan, 2017 2 commits
  10. 10 Jan, 2017 4 commits
  11. 09 Jan, 2017 2 commits
  12. 08 Jan, 2017 1 commit
  13. 07 Jan, 2017 2 commits
  14. 06 Jan, 2017 1 commit
  15. 05 Jan, 2017 1 commit
  16. 04 Jan, 2017 2 commits
    • wxchan's avatar
      python code style with pep8 (#161) · dd425973
      wxchan authored
      * format python code with pep8
      
      * **DO NOT MERGE** deliberately break rules to see what will happen during check
      
      * Revert "**DO NOT MERGE** deliberately break rules to see what will happen during check"
      
      This reverts commit 0db93cd7a43c7efa43a2112ada43d46c6f9115d9.
      
      * fix format in test.py
      
      * add docs for pep-8
      dd425973
    • wxchan's avatar
      add more config to sklearn (#160) · c4778e73
      wxchan authored
      c4778e73
  17. 03 Jan, 2017 2 commits
  18. 02 Jan, 2017 1 commit
  19. 01 Jan, 2017 2 commits
    • Guolin Ke's avatar
      fix #154 · 7f778877
      Guolin Ke authored
      7f778877
    • 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
  20. 31 Dec, 2016 4 commits
  21. 30 Dec, 2016 1 commit
  22. 28 Dec, 2016 2 commits
  23. 27 Dec, 2016 1 commit
  24. 26 Dec, 2016 1 commit
  25. 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