Tag: #outliers
-
Outliers?
Happy holidays! I started working on an anomaly detection system that thought I need. The first step was to have data downloads from an API, and some functions storing data for later use. The API returns data in JSON format, but here you effectively deal with a list of tuples. Instead of using plain tuples,…