Jump to content

Anomaly detection: Difference between revisions

From LemonWiki共筆
Tag: wikieditor
Tags: Mobile edit Mobile web edit
 
Line 15: Line 15:
* 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
** Example: Regularly scheduled web scraping that collects 9k records per week suddenly drops to 3k records
* Future data


== Anomaly detection for consumer data ==
== Anomaly detection for consumer data ==

Latest revision as of 04:26, 6 September 2026

Outlier / Anomaly detection

Anomaly detection of numeric data[edit]

  • Median
  • Range Checks
  • All values is event or odd
  • The values are the same even the column is totally different

Anomaly detection of categorical data (qualitative variable)[edit]

  • Normal distribution e.g. The interest of audiences should be very different NOT coherent

Anomaly detection for time series data[edit]

  • Trend
  • 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
  • Future data

Anomaly detection for consumer data[edit]

For consumer data

  • Season issue: consumption data of coat should increase in cold weather
  • Holiday issue: consumption data of some gift e.g. moon cake should increase in special holiday e.g. Mid-Autumn Festival

Anomaly detection for string data[edit]

More on: Outlier - Wikipedia

References[edit]

<references />