Closed gab23r closed 1 month ago
NB: Weird that it is faster to validate the model, right ?
Yes. I immediately checked the dataframe dtypes and height, but they are unchanged. I have no idea what is going on there 😅
Good work! Let's leave buffer_size
out of the equation until someone needs it.
It is actually quite slow to iterate over a polars dataframe with the index, it it better to use
iter_rows
.Maybe we should expose
buffer_size
as well ?NB: Weird that it is faster to validate the model, right ?