Shellmiao 9279d1873b Add projects | vor 1 Jahr | |
---|---|---|
.. | ||
README.md | vor 1 Jahr | |
__init__.py | vor 1 Jahr | |
data_split_testsuite.json | vor 1 Jahr | |
pipeline-hetero-data-split-multi-model.py | vor 1 Jahr | |
pipeline-hetero-data-split.py | vor 1 Jahr | |
pipeline-homo-data-split-validate.py | vor 1 Jahr | |
pipeline-homo-data-split.py | vor 1 Jahr |
This section introduces the Pipeline scripts for different types of tasks.
Heterogeneous Data Split Task:
script: pipeline-hetero-data-split.py
data type: continuous
stratification: stratified by given split points
Homogeneous Data Spilt Task:
script: pipeline-homo-data-split.py
data type: categorical
stratification: None
Homogeneous Data Spilt Task(only validate size specified):
script: pipeline-homo-data-split-validate.py
data type: categorical
stratification: stratified by label
Heterogeneous Data Split Task with Multiple Models:
script: pipeline-hetero-data-split-multi-model.py
data type: continuous
stratification: None
Users can run a pipeline job directly:
python ${pipeline_script}