Shellmiao 9279d1873b Add projects | 1 yıl önce | |
---|---|---|
.. | ||
README.md | 1 yıl önce | |
homo-lr-normal-predict-conf.json | 1 yıl önce | |
homo-lr-normal-predict-dsl.json | 1 yıl önce | |
homo_logistic_regression_testsuite.json | 1 yıl önce | |
homo_lr_cv_conf.json | 1 yıl önce | |
homo_lr_cv_dsl.json | 1 yıl önce | |
homo_lr_eval_conf.json | 1 yıl önce | |
homo_lr_eval_dsl.json | 1 yıl önce | |
homo_lr_multi_host_conf.json | 1 yıl önce | |
homo_lr_multi_host_dsl.json | 1 yıl önce | |
homo_lr_one_vs_all_conf.json | 1 yıl önce | |
homo_lr_one_vs_all_dsl.json | 1 yıl önce | |
homo_lr_train_conf.json | 1 yıl önce | |
homo_lr_train_dsl.json | 1 yıl önce | |
homo_lr_train_eval_conf.json | 1 yıl önce | |
homo_lr_train_eval_dsl.json | 1 yıl önce |
This section introduces the dsl and conf for usage of different type of task.
Train Task: dsl: homo_lr_train_dsl.json runtime_config : homo_lr_train_conf.json
Train, test and evaluation task: dsl: homo_lr_train_eval_dsl.json runtime_config: homo_lr_train_eval_conf.json
Cross Validation Task: dsl: homo_lr_cv_dsl.json runtime_config: homo_lr_cv_conf.json
Multi-host Task: dsl: homo_lr_multi_host_dsl.json conf: homo_lr_multi_host_conf.json
Please note that we use a same data set for every host. This is just a demo showing how tow config multi-host task
predict Task: dsl: homo-lr-normal-predict-dsl.json conf: homo-lr-normal-predict-conf.json
single_eval: dsl: homo_lr_eval_dsl.json conf: homo_lr_eval_conf.json
Multi-Class Train Task: dsl: homo_lr_one_vs_all_dsl.json conf: homo_lr_one_vs_all_conf.json
Multi-Class Train With Paillier Task: dsl: homo_lr_one_vs_all_encrypted_host_dsl.json conf: homo_lr_one_vs_all_encrypted_host_conf.json
Users can use following commands to running the task.
flow job submit -c ${runtime_config} -d ${dsl}
After having finished a successful training task, you can use it to predict, you can use the obtained model to perform prediction. You need to add the corresponding model id and model version to the configuration file