Authors: Yevhen Sapolovych, Sandra Konopatska, Roman Mischenko Ukrainian Catholic University, 2022
run_stream_and_train.ipynb
- run stream, train and test bloom filterclassification.ipynb
- classification of stream events (changes made by bots/humans)changes_distribution.ipynb
- distribution of changes made by bots and humans. Also available for view inchanges_distribution.html
(open in browser)bloom_filter.py
- implementation of bloom filter
Code for streaming Wikipedia data taken from here.