summaryrefslogtreecommitdiff
path: root/doc/model-visual.md
diff options
context:
space:
mode:
authorBirte Kristina Friesel <birte.friesel@uos.de>2024-01-11 12:12:26 +0100
committerBirte Kristina Friesel <birte.friesel@uos.de>2024-01-11 12:12:26 +0100
commita91a70e1d0f420a981b9e33fa11c424212a42b52 (patch)
tree1d518472db95c00c430ede81c908904723a73585 /doc/model-visual.md
parent325bd733f2d1af8ed861d865d24cbad98b552007 (diff)
doc: mention that --plot-param also shows model predictions
Diffstat (limited to 'doc/model-visual.md')
-rw-r--r--doc/model-visual.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/model-visual.md b/doc/model-visual.md
index 7830421..564cf3e 100644
--- a/doc/model-visual.md
+++ b/doc/model-visual.md
@@ -16,3 +16,8 @@ accessible via `dot -Tpng filename.dot | feh -`.
In case of regression forests (XGBoost), dfatool exports the individual trees to
`PREFIX(name)-(attribute).(index).dot`.
+
+## Plotting Model Predictions for Individual Configurations
+
+`--plot-param name:attribute:label` displays both raw readings (as points, see
+[[analysis-visual.md]]) and the corresponding performance model (as lines).