Anomaly detection: Difference between revisions

Jump to navigation Jump to search
724 bytes added ,  31 October 2025
(Created page with " Outlier / Anomaly detection == Anomaly detection of numeric data == * Median * Range Checks * All values is event * The values are the same even the column is totally differ...")
 
 
(9 intermediate revisions by the same user not shown)
Line 5: Line 5:
* Median
* Median
* Range Checks
* Range Checks
* All values is event
* All values is event or odd
* The values are the same even the column is totally different
* The values are the same even the column is totally different


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 stirng data ==
== Anomaly detection for consumer data ==
For consumer data


* created time of the text message
* Season issue: consumption data of coat should increase in cold weather
* time frequency of the text message
* Holiday issue: consumption data of some gift e.g. moon cake should increase in special holiday e.g. Mid-Autumn Festival
* length of the text message
 
== 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
* 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:Data_hygiene]]
== References ==
[[Category:Data Science]]
<references />
 
[[Category: Data hygiene]]
[[Category: Data Science]]

Navigation menu