1. 03 Mar, 2017 4 commits
  2. 01 Mar, 2017 25 commits
  3. 18 Feb, 2017 1 commit
  4. 12 Feb, 2017 1 commit
  5. 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
  6. 05 Feb, 2017 1 commit
  7. 03 Feb, 2017 1 commit
  8. 02 Feb, 2017 3 commits
  9. 30 Jan, 2017 2 commits
  10. 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