Skip to content

Commit d3449db

Browse files
pyalexadchia
andcommitted
Update docs/reference/dqm.md
Co-authored-by: Danny Chiao <d.chiao@gmail.com> Signed-off-by: pyalex <moskalenko.alexey@gmail.com>
1 parent 17c4ec0 commit d3449db

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/reference/dqm.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ Validation could be applied during:
77
* [planned] Reading features from an online store
88

99
Its goal is to address several complex data problems, namely:
10-
* Data Consistency - new training dataset could be significantly different from the previous, which might require a change in model architecture.
11-
* Issues/bugs in the upstream pipeline - bug in upstream could cause invalid values to overwrite existing valid values in an online store.
10+
* Data consistency - new training datasets can be significantly different from previous datasets. This might require a change in model architecture.
11+
* Issues/bugs in the upstream pipeline - bugs in upstream pipelines can cause invalid values to overwrite existing valid values in an online store.
1212
* Training/serving skew - distribution shift could significantly decrease the performance of the model.
1313

14-
> By “monitoring data quality we understand verifying that the characteristics of the tested dataset (we call this characteristics dataset's profile) are "equivalent" to the characteristics of the reference dataset.
14+
> To monitor data quality, we check that the characteristics of the tested dataset (aka the tested dataset's profile) are "equivalent" to the characteristics of the reference dataset.
1515
> Eg, data currently passed to the model hasn’t changed significantly since the model was trained, and expectations implicitly made by ML algorithm during training are still met.
16-
> How exactly profiles equivalency should be measured is up to the user.
16+
> How exactly profile equivalency should be measured is up to the user.
1717
1818
### Overview
1919

0 commit comments

Comments
 (0)