Bot-detector/bot-detector-ML

implement: fit on batch

extreme4all opened this issue · 0 comments

to reduce the memory load we would like to fit on a batch of data.
This would allow us to only have a batch of data in memory instead of all the data.

to verify the results, please note the classification_report before implementing your change and after