This section introduces the dsl and conf for usage of different tasks.
-
Train Task:
dsl: test_hetero_poisson_train_job_dsl.json
runtime_config : test_hetero_poisson_train_job_conf.json (with exposure variable column name specified)
-
Predict Task:
runtime_config: test_predict_conf.json
-
Cross Validation Task:
dsl: test_hetero_poisson_cv_job_dsl.json
runtime_config: test_hetero_poisson_cv_job_conf.json
Users can use following commands to run the task.
python {fate_install_path}/fate_flow/fate_flow_client.py -f submit_job -c ${runtime_config} -d ${dsl}
After having finished a successful training task, you can use the obtained model to perform prediction. You need to add the corresponding model id and model version to the configuration file.