Ian Faust

Results 551 comments of Ian Faust

> The situation is as follows. I didn't look thoroughly enough into the reasons behind array-api-compat and its inclusion into sklearn. Even if we fully support array_api inputs, it will...

> @icfaust What happens if the 'X' and 'y' inputs are of different types, or if one is on device and another on host? Good question, this goes to some...

> @icfaust Could you please add tests having (a) 'X' as numpy and 'y' as GPU array; (b) 'X' as GPU array and 'y' as numpy; (c) 'X' as sycl...