Shellmiao 9279d1873b Add projects | 1 год назад | |
---|---|---|
.. | ||
README.md | 1 год назад | |
__init__.py | 1 год назад | |
feature_scale_testsuite.json | 1 год назад | |
test_feature_scale_cap_conf.json | 1 год назад | |
test_feature_scale_cap_dsl.json | 1 год назад | |
test_feature_scale_normal_conf.json | 1 год назад | |
test_feature_scale_normal_dsl.json | 1 год назад |
This section introduces the dsl and conf for running feature scale tasks.
Feature Scale Normal Mode Task(with feat_upper
given in list):
conf: test_feature_scale_normal_conf.json
dsl: test_feature_scale_normal_dsl.json
Feature Scale Cap Mode Task(with integer feat_upper
& feat_lower
):
conf: test_feature_scale_cap_conf.json
dsl: test_feature_scale_cap_dsl.json
Users can use following commands to running the task.
flow job submit -c ${runtime_config} -d ${dsl}
Note: the intersection output is only ids of intersection, because of the parameter of "only_output_key" in runtime_config.