Skip to content

Latest commit

 

History

History

sshe_lr

SSHE Logistic Regression Pipeline Example Usage Guide.

Example Tasks

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

  1. Train & Predict:

    script: test_lr.py

  2. Cross Validation:

    script: test_lr_cv.py

  3. Train & Validate:

    script:test_lr_validate.py

  4. Warm Start:

    script: test_lr_warm_start.py

  5. One-vs-rest:

    script: test_lr_multi_class.py

  6. Predict with Torch:

    script: test_lr_predict_w_torch.py

Users can run a pipeline job directly:

python ${pipeline_script}