15,050
edits
| (3 intermediate revisions by the same user not shown) | |||
| Line 14: | Line 14: | ||
* Trend | * Trend | ||
* Dramatically Increase or decrease of rows count for each time period | * Dramatically Increase or decrease of rows count for each time period | ||
** Example: Regularly scheduled web scraping that collects 9k records per week suddenly drops to 3k records | |||
== Anomaly detection for consumer data == | == Anomaly detection for consumer data == | ||
| Line 23: | Line 24: | ||
== Anomaly detection for string data == | == Anomaly detection for string data == | ||
* | * Created time of the text message | ||
* | * Time frequency of the text message | ||
* | * Length of the text message | ||
* NULL or empty value | * NULL or empty value | ||
* Minor differences of text content<ref>[https://medium.com/@ahmetmnirkocaman/how-to-measure-text-similarity-a-comprehensive-guide-6c6f24fc01fe How to Measure Text Similarity: A Comprehensive Guide | by Ahmet Münir Kocaman | Medium]</ref> | |||
* Character encoding e.g. [[Fix garbled message text]] | |||
More on: [https://en.wikipedia.org/wiki/Outlier#Identifying_outliers Outlier - Wikipedia] | More on: [https://en.wikipedia.org/wiki/Outlier#Identifying_outliers Outlier - Wikipedia] | ||
[[Category: | == References == | ||
[[Category:Data Science]] | <references /> | ||
[[Category: Data hygiene]] | |||
[[Category: Data Science]] | |||