Shellmiao 9279d1873b Add projects 1 год назад
..
hetero_lr 9279d1873b Add projects 1 год назад
hetero_sbt 9279d1873b Add projects 1 год назад
hetero_sshe_lr 9279d1873b Add projects 1 год назад
intersect_multi 9279d1873b Add projects 1 год назад
intersect_single 9279d1873b Add projects 1 год назад
README.md 9279d1873b Add projects 1 год назад

README.md

Benchmark Performance Examples

We provide here a host of performance benchmark tests.

Follow the following steps to run benchmark tests:

  1. Generate & upload data using FATE-Test:

    fate_test data generate -i examples/benchmark_performance/hetero_lr/hetero_lr_testsuite.json -ng 1000 -nh 1000 -fg 20 -fh 200 -o examples/data/ --upload-data    
    
    1. Run Test Task using FATE-Test
    fate_test suite -i examples/benchmark_performance/hetero_lr/hetero_lr_testsuite.json -m 360000 --skip-data
    

Example Tests

  1. Hetero Logistic Regression

  2. Hetero Secureboost

  3. Hetero SSHE Logistic Regression

  4. Intersection with Multiple Components

  5. Intersection with Single Component

Users can also run jobs directly with following command:

flow job submit -c ${runtime_config} -d ${dsl}