My first understanding was that batch_size is basically all needed to first test the model(s) on new incoming data and then train it/them on the new data. So, how does n_wait influence that procedure?
Docs: evaluate_prequential
My first guess would be that n_wait does not change the procedure, but only influences how the metrics are caculated. Would you agree?
Bonus: is there a integrated way to handle variable batch sizes in multiflow?