Skip to content
Snippets Groups Projects
Commit 9330c717 authored by Lennart Schmidt's avatar Lennart Schmidt
Browse files

update ML function description

parent 8cce8869
No related branches found
No related tags found
No related merge requests found
...@@ -608,7 +608,7 @@ This Function uses pre-trained machine-learning model objects for flagging. ...@@ -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. 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, 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 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 Internally, context information for each point is gathered in form of moving
windows. The size of the moving windows for counting of the surrounding 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 automatic flags and for calculation of gradients in the data is specified by
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment