From bf79195b5bb6e5cb3688823b595006b169d92730 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Thu, 11 Jan 2024 15:54:03 +0100 Subject: Rename --show-quality=table to --show-model-error --- doc/model-assessment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/model-assessment.md') diff --git a/doc/model-assessment.md b/doc/model-assessment.md index f468f42..a5ecd2f 100644 --- a/doc/model-assessment.md +++ b/doc/model-assessment.md @@ -2,13 +2,13 @@ ## Tabular Comparison -`--show-quality=table` outputs a table that shows LUT error, model error, and +`--show-model-error` outputs a table that shows LUT error, model error, and static error. In general, the model is suitable if its prediction error is close to LUT error and far away from static error. The error metric can be selected via `--error-metric`. -It is generally a good idea to combine `--show-quality=table` with +It is generally a good idea to combine `--show-model-error` with `--cross-validate=kfold:10` and, depending on application, `--parameter-aware-cross-validation`. Note that LUT error serves as baseline ("lowest achievable prediction error" / underlying measurement uncertainty) -- cgit v1.2.3