Shellmiao 9279d1873b Add projects | il y a 1 an | |
---|---|---|
.. | ||
README.md | il y a 1 an | |
local_baseline_testsuite.json | il y a 1 an | |
test_local_baseline_homo_job_conf.json | il y a 1 an | |
test_local_baseline_homo_job_dsl.json | il y a 1 an | |
test_local_baseline_homo_predict_job_conf.json | il y a 1 an | |
test_local_baseline_homo_predict_job_dsl.json | il y a 1 an | |
test_local_baseline_job_conf.json | il y a 1 an | |
test_local_baseline_job_dsl.json | il y a 1 an | |
test_local_baseline_predict_job_conf.json | il y a 1 an | |
test_local_baseline_predict_job_dsl.json | il y a 1 an | |
test_local_baseline_sample_weight_job_conf.json | il y a 1 an | |
test_local_baseline_sample_weight_job_dsl.json | il y a 1 an |
This section introduces the dsl and conf for different types of tasks.
Hetero Train Task:
dsl: test_local_baseline_job_dsl.json
runtime_config : test_local_baseline_job_conf.json
data type: multi-class label
Hetero Predict Task:
dsl: test_local_baseline_predict_job_dsl.json
runtime_config : test_local_baseline_predict_job_conf.json
data type: multi-class label
Homo Train Task:
dsl: test_local_baseline_homo_job_dsl.json
runtime_config : test_local_baseline_homo_job_conf.json
data type: binary label
Homo Predict Task:
dsl: test_local_baseline_homo_predict_job_dsl.json
runtime_config : test_local_baseline_homo_predict_job_conf.json
data type: binary label
Hetero Train Task with Sample Weight:
dsl: test_local_baseline_job_dsl.json
runtime_config : test_local_baseline_sample_weight_job_conf.json
data type: multi-class label
Users can use following commands to run the task.
flow job submit -c ${runtime_config} -d ${dsl}
After having finished a successful training task, you can use FATE Board to check model output and evaluation results.