skada icon indicating copy to clipboard operation
skada copied to clipboard

Test suite to cover functionality of the `model_selection` module

Open kachayev opened this issue 1 year ago • 0 comments

As of now we have to classes defined for skada.model_selection module:

  • SourceTargetShuffleSplit
  • LeaveOneDomainOut

To make sure those splitter work as expected we need to cover them up with extensive testing suite. Better docstrings are also necessary.

kachayev avatar Nov 21 '23 16:11 kachayev