rswc / ml-ids

Code for our bachelor's thesis, "Intusion Detection in Imbalanced and Evolving Data Streams"
MIT License
2 stars 0 forks source link

Extend ARF Adapter #45

Closed desecnd closed 10 months ago

desecnd commented 10 months ago

Currently Adapter for ARFClassifier does not allow for logging the state of warning and drift detector, so proper inheriting from DriftModelAdapterBase should be implemented. Also one can think about adding more interesting properties to track by adapter during analysis.