Skip to content

Latest commit

 

History

History

coordinated_linr

Coordinated Linear Regression Pipeline Example Usage Guide.

Example Tasks

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

  1. Train & Predict:

    script: test_linr.py

  2. Cross Validation:

    script: test_linr_cv.py

  3. Multi-host:

    script:test_linr_multi_host.py

  4. Warm Start:

    script: test_linr_warm_start.py

Users can run a pipeline job directly:

python ${pipeline_script}