Andrew Fogarty

Results 11 comments of Andrew Fogarty

Thanks for the thoughts! I checked against a dummy example, batching by columns, and it works on GPU and crashes on CPU: ``` from sklearn.datasets import make_classification from sklearn.ensemble import...