Open EmilHvitfeldt opened 1 week ago
We can do this in mocked tests, properly in extratests.
Just because allow_sparse_x has been set, doesn't mean we haven't accidentally called as.matrix() on the data before it reached the model engine. This is a triple check to make sure
allow_sparse_x
as.matrix()
go through all extension packages
We can do this in mocked tests, properly in extratests.
Just because
allow_sparse_x
has been set, doesn't mean we haven't accidentally calledas.matrix()
on the data before it reached the model engine. This is a triple check to make surego through all extension packages