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