Shellmiao 9279d1873b Add projects | 1 year ago | |
---|---|---|
.. | ||
README.md | 1 year ago | |
hetero_kmeans_testsuite.json | 1 year ago | |
test_hetero_kmeans_conf.json | 1 year ago | |
test_hetero_kmeans_dsl.json | 1 year ago | |
test_hetero_kmeans_multi_host_conf.json | 1 year ago | |
test_hetero_kmeans_multi_host_dsl.json | 1 year ago | |
test_hetero_kmeans_validate_conf.json | 1 year ago | |
test_hetero_kmeans_validate_dsl.json | 1 year ago | |
test_hetero_kmeans_with_feature_engineering_conf.json | 1 year ago | |
test_hetero_kmeans_with_feature_engineering_dsl.json | 1 year ago |
This section introduces the dsl and conf for different types of tasks.
Train Task:
dsl: test_hetero_kmeans_train_dsl.json
runtime_config : test_hetero_kmeans_train_conf.json
Validate Task (with early-stopping parameters specified):
dsl: test_hetero_kmeans_validate_dsl.json
runtime_config : test_hetero_kmeans_validate_conf.json
Multi-host Train Task:
dsl: test_hetero_kmeans_multi_host_dsl.json
conf: test_hetero_kmeans_multi_host_conf.json
With Feature-engineering Task:
dsl: test_hetero_kmeans_with_feature_engineering_dsl.json
conf: test_hetero_kmeans_with_feature_engineering_conf.json
Users can use following commands to run a task.
bash flow job submit -c ${runtime_config} -d ${dsl}