Machine Learning in Elixir: Chapter 8 missing argument in code

@seanmor5

On page 177, the line |> Stream.chunk_every(batch_size, :discard) should be |> Stream.chunk_every(batch_size, batch_size, :discard)