An open API service indexing awesome lists of open source software.

https://github.com/msikorski93/detecting-outliers-in-a-dataset

An example of improving data quality and identifying anomalies within a real-life dataset for master data management or data engineering.
https://github.com/msikorski93/detecting-outliers-in-a-dataset

elliptic-envelope interquartile-ranges isolation-forest outliers sql-server z-score

Last synced: 2 months ago
JSON representation

An example of improving data quality and identifying anomalies within a real-life dataset for master data management or data engineering.

Awesome Lists containing this project

README

        

# Detecting-Outliers-in-a-Dataset
An example of improving data quality and identifying anomalies within a real-life dataset for master data management or data engineering.

March 2023 update with SQL queries for outlier seaching using statistical methods (IQR and Z-score) in SQL Server 2019.