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 #60

Closed desecnd closed 10 months ago

desecnd commented 10 months ago

This PR enhances ARFAdapter and fixes few details in DriftModelAdapterBase, mostly:

image

With current implementation, there might be problems with "non-standard" params selection for ARFClassifier:

In future this might be bullet-proofed, but currently I don't think we have time for that. If we will have any problems with the future experiments and certain parameters, I believe we can quickfix it.