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

Implement metrics #3

Closed rswc closed 11 months ago

rswc commented 1 year ago

We agreed to use the following:

We'd prefer them to be evaluated in rolling-window mode. Based on a quick glance at River's documentation, this will most likely mean having to write that ourselves.

Can we implement that via a wrapper class over the metrics offered by River?

rswc commented 12 months ago

Good news: the rolling-window functionality is available in river under utils.Rolling

See also: