implement: fit on batch
extreme4all opened this issue · 0 comments
extreme4all commented
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