Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • 0.19.X
  • discrete
  • 0.18.X
  • ignore_lambda_to_diff_errors
  • 0.17.X
  • authors-update
  • 0.16.X
  • 0.15.X
  • 0.14.X
  • debian
  • 0.13.X
  • 0.12.X
  • 0.11.X
  • 0.10.X
  • 0.9.X
  • 0.6.X
  • 0.7.X
  • 0.8.X
  • 0.19.1
  • 0.19.0
  • 0.19b2
  • 0.19b1
  • 0.19-branching
  • 0.18.2
  • 0.18.1
  • 0.18
  • 0.18rc2
  • 0.18rc1
  • 0.18rc
  • 0.17.1-1
  • 0.17.1
  • debian/0.17.0-4
  • debian/0.17.0-3
  • debian/0.17.0-1
  • 0.17
  • debian/0.17.0_b1+git14-g4e6829c-1
  • debian/0.17.0_b1-1
  • 0.17b1
39 results

test_validation.py

Blame
    • Toshihiro Kamishima's avatar
      754109c7
      [MRG+1] enable to use get_n_splits of LeaveOneGroupOut and LeavePGroupsOut... · 754109c7
      Toshihiro Kamishima authored
      [MRG+1] enable to use get_n_splits of LeaveOneGroupOut and LeavePGroupsOut with dummy parameters (#8794)
      
      * remove needless argument checking
      
      * add parameter checking as in LeavePGroupsOut
      
      * add examples with dummy inputs
      
      * add unittest for a get_n_splits method in LeaveOneGroupOut and LeavePGroupsOut classes
      
      * X and y can be ommited in a get_n_splits function.
      
      * fix error messages
      
      * update examples
      
      * fix test for an error message
      
      * Revert "fix test for an error message"
      
      This reverts commit 68b984207c704de1a3411d9ded68a11eba1e56f3.
      
      * fix test for an error message
      
      * fix error messages
      
      * remove tailing white spaces
      
      * add periods to messages
      
      * test for ValueError’s of get_n_splits methods of LeaveOneOut / LeavePOut classes
      
      * fix documents:
      * parameter name: group -> groups
      * modfy white space
      754109c7
      History
      [MRG+1] enable to use get_n_splits of LeaveOneGroupOut and LeavePGroupsOut...
      Toshihiro Kamishima authored
      [MRG+1] enable to use get_n_splits of LeaveOneGroupOut and LeavePGroupsOut with dummy parameters (#8794)
      
      * remove needless argument checking
      
      * add parameter checking as in LeavePGroupsOut
      
      * add examples with dummy inputs
      
      * add unittest for a get_n_splits method in LeaveOneGroupOut and LeavePGroupsOut classes
      
      * X and y can be ommited in a get_n_splits function.
      
      * fix error messages
      
      * update examples
      
      * fix test for an error message
      
      * Revert "fix test for an error message"
      
      This reverts commit 68b984207c704de1a3411d9ded68a11eba1e56f3.
      
      * fix test for an error message
      
      * fix error messages
      
      * remove tailing white spaces
      
      * add periods to messages
      
      * test for ValueError’s of get_n_splits methods of LeaveOneOut / LeavePOut classes
      
      * fix documents:
      * parameter name: group -> groups
      * modfy white space