From a91a70e1d0f420a981b9e33fa11c424212a42b52 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Thu, 11 Jan 2024 12:12:26 +0100 Subject: doc: mention that --plot-param also shows model predictions --- doc/model-visual.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/model-visual.md') 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). -- cgit v1.2.3