-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add docs for scripts of tree-based model (#562)
- Loading branch information
Showing
23 changed files
with
48 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
federatedscope/vertical_fl/tree_based_models/baseline/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Here we give some hand-on examples, and roughly show their characteristics. | ||
|
||
For more details, please see the specific configuration in each file. | ||
|
||
| Yaml | Dataset | Model _type | Algo | Protect_method | Eval_protection | | ||
| --------------------------------------------------- | -------------- | --------------------- | -------- | -------------- | --------------- | | ||
| `gbdt_feature_gathering_on_abalone.yaml` | Abalone (reg.) | `'feature_gathering'` | `'gbdt'` | None | None | | ||
| `gbdt_feature_gathering_on_adult.yaml` | Adult (clas.) | `'feature_gathering'` | `'gbdt'` | None | None | | ||
| `gbdt_label_scattering_on_adult.yaml` | Adult (clas.) | `'label_scattering'` | `'gbdt'` | `'he'` | None | | ||
| `rf_feature_gathering_on_abalone.yaml` | Abalone (reg.) | `'feature_gathering'` | `'rf'` | None | None | | ||
| `rf_feature_gathering_on_adult.yaml` | Adult (clas.) | `'feature_gathering'` | `'rf'` | None | None | | ||
| `rf_label_scattering_on_adult.yaml` | Adult (clas.) | `'label_scattering'` | `'rf'` | `'he'` | None | | ||
| `xgb_feature_gathering_on_abalone.yaml` | Abalone (reg.) | `'feature_gathering'` | `'xgb'` | None | None | | ||
| `xgb_feature_gathering_on_adult.yaml` | Adult (clas.) | `'feature_gathering'` | `'xgb'` | None | None | | ||
| `xgb_feature_gathering_dp_on_abalone.yaml` | Abalone (reg.) | `'feature_gathering'` | `'xgb'` | None | None | | ||
| `xgb_feature_gathering_dp_on_adult.yaml` | Adult (clas.) | `'feature_gathering'` | `'xgb'` | `'dp'` | None | | ||
| `xgb_feature_gathering_op_boost_on_adult.yaml` | Adult (clas.) | `'feature_gathering'` | `'xgb'` | `'op_boost'` | None | | ||
| `xgb_label_scattering_on_abalone.yaml` | Abalone (reg.) | `'label_scattering'` | `'xgb'` | `'he'` | None | | ||
| `xgb_label_scattering_on_adult.yaml` | Adult (clas.) | `'label_scattering'` | `'xgb'` | `'he'` | None | | ||
| `xgb_feature_gathering_dp_on_adult_by_he_eval.yaml` | Adult (clas.) | `'feature_gathering'` | `'xgb'` | `'he'` | `'he'` | |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 0 additions & 35 deletions
35
federatedscope/vertical_fl/tree_based_models/baseline/xgb_base_on_blogfeedback.yaml
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
federatedscope/vertical_fl/tree_based_models/baseline/xgb_base_on_givemesomecredit.yaml
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters