Anomaly detection: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
(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...")
 
Tags: Mobile edit Mobile web edit
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



Revision as of 23:20, 3 September 2021

Outlier / Anomaly detection

Anomaly detection of numeric data

  • 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)

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

Anomaly detection for time series data

  • Trend
  • Dramatically Increase or decrease of rows count for each time period

Anomaly detection for stirng data

  • created time of the text message
  • time frequency of the text message
  • length of the text message

More on: Outlier - Wikipedia