What is Anomaly Detection?
An end-to-end unsupervised anomaly detection project in Python
Introduction
Anomaly Detection is the task of identifying the rare items, events, or observations that raise suspicions by differing significantly from the majority of the data. Typically the anomalous items will translate to some kind of problem such as bank fraud, a structural defect, medical problems, or errors in a…