diff --git a/doc/fate_test.md b/doc/fate_test.md index b7e35b7..d5cb4fd 100644 --- a/doc/fate_test.md +++ b/doc/fate_test.md @@ -42,47 +42,46 @@ A collection of useful tools to running FATE tests and PipeLine tasks. fate_test benchmark-quality -i ``` -7useful logs or exception will be saved to logs dir with namespace +7. useful logs or exception will be saved to logs dir with namespace shown in last step ## command types -- [suite](../api/fate_test.md#testsuite): used for running [testsuites](../api/fate_test.md#testsuite-configuration), +- suite: used for running testsuites, collection of FATE jobs ```bash fate_test suite -i ``` -- [data](../api/fate_test.md#data): used for upload, delete, and generate dataset +- data: used for upload, delete, and generate dataset - - [upload/delete data](../api/fate_test.md#data-command-options) command: + - upload/delete data command: ```bash fate_test data [upload|delete] -i ``` - - [upload example data of min_test/all_examples](../api/fate_test.md#data-command-options) command: + - upload example data of min_test/all_examples command: ```bash fate_test data upload -t min_test fate_test data upload -t all_examples ``` - - [generate data](../api/fate_test.md#generate-command-options) command: + - generate data command: ```bash fate_test data generate -i ``` -- [benchmark-quality](../api/fate_test.md#benchmark-quality): used for comparing modeling quality between FATE - and other machine learning systems, as specified - in [benchmark job configuration](../api/fate_test.md#benchmark-job-configuration) +- benchmark-quality: used for comparing modeling quality between FATE + and other machine learning systems ```bash fate_test bq -i ``` -- [benchmark-performance](../api/fate_test.md#benchmark-performance): used for checking FATE algorithm performance; user +- benchmark-performance: used for checking FATE algorithm performance; user should first generate and upload data before running performance testsuite ```bash