Anomaly Detection
I have a problem where I want to identify Vendors with unusual high amount invoices. What would be the best way to identify such invoices?
I am trying to use Isolation Forest but having trouble in grouping by the result by Vendor.
Any help will be appreciated.
Data is in below format .
Vendor ID Amount
1 456
2 1000
1 489
3 896
2 4576
Topic isolation-forest anomaly-detection outlier machine-learning
Category Data Science