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: