Skip to content

Test the robustness of anomaly detection models on generated data

License

Notifications You must be signed in to change notification settings

roelbertens/anomaly_detection_robustness

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anomaly Detection Robustness

With this package you can generate categorical data that follows the conditional probabilities from a generated probability graph. Afterwards anomalies can be inserted in the data. Finally, different scenarios can be simulated to study the robustness of an anomaly detection model (e.g. Isolation Forest) to different settings, e.g. number of features.

Getting started

Create a python 3 environment with jupyter using conda env create -f environment.yml and install this package using pip install . from the root directory project.

Open the example notebook to play around.

About

Test the robustness of anomaly detection models on generated data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published