This section introduces the Pipeline scripts for different types of tasks.
-
Train on Binary Label:
script: test_nn_binary.py
-
Train on Multi-class Label:
script: test_nn_multi.py
-
Train on Continuous Label:
script: test_nn_regression.py
Users can run a pipeline job directly:
python ${pipeline_script}