This section introduces the Pipeline scripts for different types of tasks.
-
Train & Predict:
script: test_lr.py
-
Cross Validation:
script: test_lr_cv.py
-
Train & Validate:
script:test_lr_validate.py
-
Warm Start:
script: test_lr_warm_start.py
-
One-vs-rest:
script: test_lr_multi_class.py
-
Predict with Torch:
script: test_lr_predict_w_torch.py
Users can run a pipeline job directly:
python ${pipeline_script}