Shellmiao 9279d1873b Add projects | 1 年間 前 | |
---|---|---|
.. | ||
README.md | 1 年間 前 | |
__init__.py | 1 年間 前 | |
hetero_sshe_linr_testsuite.json | 1 年間 前 | |
pipeline-hetero-linr-compute-loss-not-reveal.py | 1 年間 前 | |
pipeline-hetero-linr-cv.py | 1 年間 前 | |
pipeline-hetero-linr-encrypted-reveal-in-host.py | 1 年間 前 | |
pipeline-hetero-linr-large-init-w-compute-loss.py | 1 年間 前 | |
pipeline-hetero-linr-sample-weight.py | 1 年間 前 | |
pipeline-hetero-linr-validate.py | 1 年間 前 | |
pipeline-hetero-linr-warm-start.py | 1 年間 前 | |
pipeline-hetero-linr.py | 1 年間 前 |
This section introduces the Pipeline scripts for different types of tasks.
Train & Predict Task:
script: pipeline-hetero-linr.py
Warm-start Task:
script: pipeline-hetero-linr-warm-start.py
Validate Task (with early-stopping parameters specified):
script: pipeline-hetero-linr-validate.py
Cross Validation Task:
script: pipeline-hetero-linr-cv.py
Train & Predict Task without Revealing Loss:
script: pipeline-hetero-linr-compute-loss-not-reveal.py
Train Task with encrypted-reveal-in-host:
script: pipeline-hetero-linr-encrypted-reveal-in-host.py
Train Task with large init weight:
script: pipeline-hetero-linr-large-init-w-compute-loss.py
Train Task with Weighted Instances:
script: pipeline-hetero-linr-sample-weight.py
Users can run a pipeline job directly:
python ${pipeline_script}