12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "data": [
- {
- "file": "../../data/motor_hetero_host.csv",
- "head": 1,
- "partition": 16,
- "table_name": "motor_hetero_host",
- "namespace": "experiment",
- "role": "host_0"
- },
- {
- "file": "../../data/motor_hetero_guest.csv",
- "head": 1,
- "partition": 16,
- "table_name": "motor_hetero_guest",
- "namespace": "experiment",
- "role": "guest_0"
- }
- ],
- "hetero_linear_regression-regression": {
- "local": {
- "script": "./local-linr.py",
- "conf": "./linr_config.yaml"
- },
- "FATE-hetero-linr": {
- "script": "./fate-linr.py",
- "conf": "./linr_config.yaml"
- },
- "FATE-hetero-sshe-linr": {
- "script": "./fate-sshe-linr.py",
- "conf": "./sshe_linr_config.yaml"
- },
- "compare_setting": {
- "relative_tol": 0.01
- }
- }
- }
|