Shellmiao 9279d1873b Add projects 1 yıl önce
..
README.md 9279d1873b Add projects 1 yıl önce
__init__.py 9279d1873b Add projects 1 yıl önce
hetero_secureboost_testsuite.json 9279d1873b Add projects 1 yıl önce
pipeline-hetero-sbt-EINI-with-random-mask.py 9279d1873b Add projects 1 yıl önce
pipeline-hetero-sbt-binary-cipher-compress.py 9279d1873b Add projects 1 yıl önce
pipeline-hetero-sbt-binary-complete-secure.py 9279d1873b Add projects 1 yıl önce
pipeline-hetero-sbt-binary-cv.py 9279d1873b Add projects 1 yıl önce
pipeline-hetero-sbt-binary-no-cipher-compress.py 9279d1873b Add projects 1 yıl önce
pipeline-hetero-sbt-binary-with-missing-value.py 9279d1873b Add projects 1 yıl önce
pipeline-hetero-sbt-binary-with-predict.py 9279d1873b Add projects 1 yıl önce
pipeline-hetero-sbt-binary.py 9279d1873b Add projects 1 yıl önce
pipeline-hetero-sbt-early-stop.py 9279d1873b Add projects 1 yıl önce
pipeline-hetero-sbt-layered-binary.py 9279d1873b Add projects 1 yıl önce
pipeline-hetero-sbt-layered-multi.py 9279d1873b Add projects 1 yıl önce
pipeline-hetero-sbt-mix-binary.py 9279d1873b Add projects 1 yıl önce
pipeline-hetero-sbt-mix-multi.py 9279d1873b Add projects 1 yıl önce
pipeline-hetero-sbt-multi-cv.py 9279d1873b Add projects 1 yıl önce
pipeline-hetero-sbt-multi-mo.py 9279d1873b Add projects 1 yıl önce
pipeline-hetero-sbt-multi.py 9279d1873b Add projects 1 yıl önce
pipeline-hetero-sbt-regression-cv.py 9279d1873b Add projects 1 yıl önce
pipeline-hetero-sbt-regression-multi-host.py 9279d1873b Add projects 1 yıl önce
pipeline-hetero-sbt-regression.py 9279d1873b Add projects 1 yıl önce
pipeline-hetero-sbt-warm-start.py 9279d1873b Add projects 1 yıl önce

README.md

Hetero SecureBoost Pipeline Example Usage Guide.

Example Tasks

This section introduces the Pipeline scripts for different types of tasks.

  1. Train Binary Classification Task:

    script: pipeline-hetero-sbt-binary.py

  2. Train Binary Classification Task with prediction:

    script: pipeline-hetero-sbt-binary-with-predict.py

  3. Train Multi-class Classification Task:

    script: pipeline-hetero-sbt-multi.py

  4. Train Regression Task:

    script: pipeline-hetero-sbt-regression.py

  5. Training With Complete Secure Activated:

    script: pipeline-hetero-sbt-binary-complete-secure

  6. Training With Early-stop Activated:

    script: pipeline-hetero-sbt-with-early-stop

  7. Train Binary Classification With Missing Features:

    script: pipeline-hetero-sbt-with-missing-value

  8. Train Binary Classification Task With Cross-Validation:

    script: pipeline-hetero-sbt-binary-cv.py

  9. Train Multi-class Classification Task Cross-Validation:

    script: pipeline-hetero-sbt-multi-cv.py

  10. Train Regression Task Cross-Validation:

    script: pipeline-hetero-sbt-regression-cv.py

  11. Train With Multi-host:

    script: pipeline-hetero-sbt-regression-multi-host.py

Users can run a pipeline job directly:

python ${pipeline_script}