Closed relinda2019 closed 4 months ago
训练流程图:
预测流程图, 部署后预测流程多了reader1->data_tranform->intersection_1, 但预测配置中并没有配置:
试下在deploy的时候去指定,也可以指定cpn-list,参考下面的链接: https://federatedai.github.io/FATE-Flow/latest/cli/model/#deploy
This issue has been marked as stale because it has been open for 365 days with no activity. If this issue is still relevant or if there is new information, please feel free to update or reopen it.
This issue was closed because it has been inactive for 1 days since being marked as stale. If this issue is still relevant or if there is new information, please feel free to update or reopen it.
Describe the bug When using the fate rest api to ptrdict, the flowchart has a reader1 branch, but the predict process does not write the reader1 branch in predict dsl. Take vertical xgb binary classification as an example, the flowchart is show as follows:
How to delete the reader1 -> data_transform_1 -> intersection_1.
To Reproduce Steps to reproduce the behavior:
Train
Url api: /v1/job/submit
input json:
deploy
Url api: /v1/model/deploy
input json:
Predict
Url api: /v1/job/submit
input json:
See error
the flowchart for predict has an extra branch. How to delete the extra reader1 -> data_transform_1 -> intersection_1 branch.
Thanks for helping!