Skip to content

Latest commit

 

History

History

feature_scale

Feature Scale Pipeline Example Usage Guide.

Example Tasks

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

  1. Scale in Min Max Mode:

    script: test_scale_min_max.py

  2. Scale in Standard Mode:

    script: test_scale_standard.py

  3. Scale Followed by Coordinated Logistic Regression:

    script: test_scale_w_lr.py

Users can run a pipeline job directly:

python ${pipeline_script}