Skip to content

Latest commit

 

History

History
 
 

Hetero Poisson Regression Configuration Usage Guide.

This section introduces the dsl and conf for usage of different tasks.

  1. 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)

  2. Predict Task:

    runtime_config: test_predict_conf.json

  3. 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.