1. 08 Mar, 2017 1 commit
  2. 01 Mar, 2017 3 commits
  3. 18 Feb, 2017 1 commit
  4. 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
  5. 03 Feb, 2017 1 commit
  6. 02 Feb, 2017 1 commit
  7. 30 Jan, 2017 1 commit
  8. 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
  9. 27 Jan, 2017 1 commit
  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. 21 Jan, 2017 1 commit
  13. 20 Jan, 2017 1 commit
  14. 17 Jan, 2017 1 commit
  15. 16 Jan, 2017 3 commits
  16. 14 Jan, 2017 1 commit
  17. 12 Jan, 2017 2 commits
  18. 10 Jan, 2017 4 commits
  19. 09 Jan, 2017 2 commits
  20. 08 Jan, 2017 1 commit
  21. 07 Jan, 2017 2 commits
  22. 06 Jan, 2017 1 commit
  23. 05 Jan, 2017 1 commit
  24. 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
  25. 03 Jan, 2017 2 commits
  26. 02 Jan, 2017 1 commit
  27. 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