johnantonn / cash-for-unsupervised-ad

Systematic Evaluation of CASH Search Strategies for Unsupervised Anomaly Detection
3 stars 0 forks source link

Extend Auto-Sklearn with PyOD algorithms #22

Closed johnantonn closed 2 years ago

johnantonn commented 2 years ago

Modify autosklearn to accommodate PyOD models and verify their successful execution in the context of autosklearn.

johnantonn commented 2 years ago

Main points:

johnantonn commented 2 years ago

Changes:

Note: maybe consider extending auto-sklearn 2.0 now that is available and proved to be more optimal? Currently the code for auto-sklearn 2.0 does not seem available.

johnantonn commented 2 years ago

Incorporated the below algorithms:

Notes:

johnantonn commented 2 years ago

Class diagram and execution flow of Auto-Sklearn for classification tasks: Auto-Sklearn

johnantonn commented 2 years ago

In order to tackle the critical point of model evaluation, the execution flow was stuidies and mapped to the aforementioned diagarm. Based on that: