|
|
преди 2 години | |
|---|---|---|
| .. | ||
| dsl_conf | преди 2 години | |
| pipeline | преди 2 години | |
| README.md | преди 2 години | |
| README.zh.md | преди 2 години | |
| fate_test_tutorial.md | преди 2 години | |
| ipcl_tutorial.md | преди 2 години | |
| model_merge.md | преди 2 години | |
| model_publish_with_serving_guide.md | преди 2 години | |
| model_publish_with_serving_guide.zh.md | преди 2 години | |
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: