Skip to content

Commit c4011a4

Browse files
authored
Merge pull request #244 from PNNL-CompBio/train-test-validate
Train test validate
2 parents 721b24b + b11e807 commit c4011a4

3 files changed

Lines changed: 522 additions & 0 deletions

File tree

coderdata/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
from .download.downloader import download_data_by_prefix
22
from .load.loader import DatasetLoader, join_datasets
3+
from .split.splitter import train_test_validate

coderdata/split/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from .splitter import train_test_validate

0 commit comments

Comments
 (0)