From 9330c717c958d2288172421bbc7c84e7ffbd69be Mon Sep 17 00:00:00 2001 From: Lennart Schmidt <lennart.schmidt@ufz.de> Date: Wed, 11 Dec 2019 14:22:59 +0100 Subject: [PATCH] update ML function description --- docs/FunctionDescriptions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/FunctionDescriptions.md b/docs/FunctionDescriptions.md index 66b78a567..d83734518 100644 --- a/docs/FunctionDescriptions.md +++ b/docs/FunctionDescriptions.md @@ -608,7 +608,7 @@ This Function uses pre-trained machine-learning model objects for flagging. This requires training a model by use of the [training script](../ressources/machine_learning/train_machine_learning.py) provided. For flagging, inputs to the model are the data of the variable of interest, data of reference variables and the automatic flags that were assigned by other -tests inside SaQC. +tests inside SaQC. Therefore, this function should be defined last in the config-file, i.e. it should be the last test that is executed. Internally, context information for each point is gathered in form of moving windows. The size of the moving windows for counting of the surrounding automatic flags and for calculation of gradients in the data is specified by -- GitLab