Shellmiao 9279d1873b Add projects | 1 year ago | |
---|---|---|
.. | ||
dsl_conf | 1 year ago | |
pipeline | 1 year ago | |
README.md | 1 year ago | |
README.zh.md | 1 year ago | |
fate_test_tutorial.md | 1 year ago | |
ipcl_tutorial.md | 1 year ago | |
model_merge.md | 1 year ago | |
model_publish_with_serving_guide.md | 1 year ago | |
model_publish_with_serving_guide.zh.md | 1 year ago |
Here we provide tutorials on running FATE jobs:
Submitting jobs with Pipeline
is recommended, here are some Jupyter Notebook
with guided instructions:
Submitting jobs without Pipeline
is supported as well, which one should provide job configuration(s) in json format:
Models can be published with FATE Serving to Serving without FATE
:
And for those who want to run jobs in batches, ie. run algorithm tests, try using fate_test
:
To merge models from different roles and export as sklearn/LightGBM or PMML format, please refer to the tutorial below: