diff options
Diffstat (limited to 'doc/model-visual.md')
-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. |