Shellmiao 9279d1873b Add projects 1 year ago
..
dsl_conf 9279d1873b Add projects 1 year ago
pipeline 9279d1873b Add projects 1 year ago
README.md 9279d1873b Add projects 1 year ago
README.zh.md 9279d1873b Add projects 1 year ago
fate_test_tutorial.md 9279d1873b Add projects 1 year ago
ipcl_tutorial.md 9279d1873b Add projects 1 year ago
model_merge.md 9279d1873b Add projects 1 year ago
model_publish_with_serving_guide.md 9279d1873b Add projects 1 year ago
model_publish_with_serving_guide.zh.md 9279d1873b Add projects 1 year ago

README.md

Usage

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: