From 9826f7cbad31ef0e04bf14e8b1ed2e95a81b4054 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Thu, 11 Jan 2024 13:50:53 +0100 Subject: add --export-json option --- doc/model-visual.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') 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. -- cgit v1.2.3