A

anomaly_data_detector

In this project i worked with two algorithms. 1.isolation forest 2.DBSCAN algorithm(unsupervised)

Name Last Update
Iris.csv Loading commit data...
Salary_Data.csv Loading commit data...
anomaly_data_detection_models.ipynb Loading commit data...
marksheet.csv Loading commit data...
readme Loading commit data...
Artical i work with :
https://www.analyticsvidhya.com/blog/2021/07/anomaly-detection-using-isolation-forest-a-complete-guide/

second_link:
https://blog.paperspace.com/anomaly-detection-isolation-forest/ 


Anomaly detection is the process of finding the outliers in the data,
i.e. points that are significantly different from the majority of the other data points.