Shellmiao 9279d1873b Add projects | 1 vuosi sitten | |
---|---|---|
.. | ||
README.md | 1 vuosi sitten | |
hetero_stepwise_testsuite.json | 1 vuosi sitten | |
test_hetero_stepwise_linr_conf.json | 1 vuosi sitten | |
test_hetero_stepwise_linr_dsl.json | 1 vuosi sitten | |
test_hetero_stepwise_lr_conf.json | 1 vuosi sitten | |
test_hetero_stepwise_lr_dsl.json | 1 vuosi sitten | |
test_hetero_stepwise_poisson_conf.json | 1 vuosi sitten | |
test_hetero_stepwise_poisson_dsl.json | 1 vuosi sitten |
This section introduces the dsl and conf for different types of tasks.
Logistic Regression Model:
example-data:
(1) guest: breast_hetero_mini_guest.csv
(2) host: breast_hetero_mini_host.csv
dsl: test_hetero_stepwise_lr_dsl.json
runtime_config: test_hetero_stepwise_lr_conf.json
Linear Regression Model:
example-data:
(1) guest: motor_hetero_mini_guest.csv
(2) host: motor_hetero_mini_host.csv
dsl: test_hetero_stepwise_linr_dsl.json
runtime_config: test_hetero_stepwise_linr_conf.json
Poisson Regression:
example-data:
(1) guest: dvisits_hetero_guest.csv
(2) host: dvisits_hetero_host.csv
dsl: test_hetero_stepwise_poisson_dsl.json
runtime_config: test_hetero_stepwise_poisson_conf.json
Users can use following commands to run a task.
flow job submit -c ${runtime_config{ -d ${dsl}