This section introduces the Pipeline scripts for different types of tasks.
Train Binary Classification Task:
script: pipeline-hetero-sbt-binary.py
Train Binary Classification Task with prediction:
script: pipeline-hetero-sbt-binary-with-predict.py
Train Multi-class Classification Task:
script: pipeline-hetero-sbt-multi.py
Train Regression Task:
script: pipeline-hetero-sbt-regression.py
Training With Complete Secure Activated:
script: pipeline-hetero-sbt-binary-complete-secure
Training With Early-stop Activated:
script: pipeline-hetero-sbt-with-early-stop
Train Binary Classification With Missing Features:
script: pipeline-hetero-sbt-with-missing-value
Train Binary Classification Task With Cross-Validation:
script: pipeline-hetero-sbt-binary-cv.py
Train Multi-class Classification Task Cross-Validation:
script: pipeline-hetero-sbt-multi-cv.py
Train Regression Task Cross-Validation:
script: pipeline-hetero-sbt-regression-cv.py
Train With Multi-host:
script: pipeline-hetero-sbt-regression-multi-host.py
Users can run a pipeline job directly:
python ${pipeline_script}