File tree 5 files changed +7
-10
lines changed
experimental/model_selection
tests/test_experimental/test_model_selection
5 files changed +7
-10
lines changed Original file line number Diff line number Diff line change
1
+ """Model selection module."""
2
+
3
+ from molpipeline .experimental .model_selection .splitter import GroupShuffleSplit
4
+
5
+
6
+ __all__ = ["GroupShuffleSplit" ]
File renamed without changes.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4
4
from numpy .testing import assert_array_equal
5
5
from sklearn .model_selection import GroupShuffleSplit
6
6
7
- from molpipeline import Pipeline
8
- from molpipeline .any2mol import AutoToMol
9
- from molpipeline .model_selection .splitter import GroupShuffleSplit
10
- from molpipeline .mol2any .mol2bool import MolToBool
7
+ from molpipeline .experimental .model_selection .splitter import GroupShuffleSplit
11
8
12
9
13
10
class TestSampleBasedGroupShuffleSplit (unittest .TestCase ):
You can’t perform that action at this time.
0 commit comments