...

/

Anomaly Detection with PyCaret

Anomaly Detection with PyCaret

In anomaly detection tasks, learn how to import necessary libraries and load datasets in PyCaret.

Anomaly detection is one of the main tasks in unsupervised machine learning. Its goal is to identify dataset instances that differ significantly from the majority. Those instances are known as outliers. There are various incentives to detect them depending on the context and domain of each application. There are also semi-supervised and fully supervised methods for anomaly detection, but we’ll focus on the unsupervised approach. Local outlier factor is one of the main anomaly detection models defined in the following equation.

LOFk(A)=BNk(A ...