Skip to content

Latest commit

 

History

History

coordinated_lr

Coordinated 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. Train & Validate:

    script: test_lr_validate.py

  3. Cross Validation:

    script: test_lr_cv.py

  4. Multi-host:

    script:test_lr_multi_host.py

  5. One-vs-rest:

    script: test_lr_multi_class.py

  6. Warm Start:

    script: test_lr_warm_start.py

  7. Predict with Torch:

    script: test_lr_predict_w_torch.py

Users can run a pipeline job directly:

python ${pipeline_script}