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 MOOB #29

Closed AleksanderBak closed 10 months ago

AleksanderBak commented 10 months ago

Currently in the experiments we are using the BaggingClassifier provided by river.ml based on: https://www.researchgate.net/publication/2453583_Online_Bagging_and_Boosting. It would be worthwhile to prepare an implementation of MOOB i.e. an improved version of Online Bagging classifier described here: https://www.ijcai.org/Proceedings/16/Papers/302.pdf. This will be valuable both in terms of performance comparison with pure OB and also with CBCE and ARF.

rswc commented 10 months ago

Closed via #31