Anomaly detection helps us find data points which are inconsistent with the rest of a dataset. But what does this mean when our data points have many individual features? In other words, how can we tell whether a data point is an outlier when we have dozens of input columns? In this talk, you will learn about several techniques designed to solve this problem. We will understand the intuition and math behind these techniques, implement a simple outlier detector in Python incorporating these algorithms, and create a Streamlit app to host the detector.
Click here to access the slides for this presentation.
The slides are licensed under Creative Commons Attribution-ShareAlike.
Click here to access demo code for this presentation.
The source code is licensed under the terms offered by the GPL.