diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-01-11 13:50:53 +0100 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-01-11 13:50:53 +0100 |
commit | 9826f7cbad31ef0e04bf14e8b1ed2e95a81b4054 (patch) | |
tree | cc9882a2164fe9a7442f8192acd58092808053b8 /doc | |
parent | cb30dd6e7a5f278c5655093f0322ab517c898a28 (diff) |
add --export-json option
Diffstat (limited to 'doc')
-rw-r--r-- | doc/model-visual.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/model-visual.md b/doc/model-visual.md index 25607ff..55433b5 100644 --- a/doc/model-visual.md +++ b/doc/model-visual.md @@ -23,3 +23,8 @@ In case of regression forests (XGBoost), dfatool exports the individual trees to see [[analysis-visual.md]]) and the corresponding performance model (as lines). The plot is saved to (name)-(attribute)-(parameter).pdf and shown interactively unless `--non-interactive` has been specified. + +## JSON Export + +Use `--export-json FILENAME` to export the performance model to FILENAME. +The model for NAME ATTRIBUTE is located in .name.NAME.ATTRIBUTE.modelFunction. |