Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scanpy_funcs: Use multi-target regression
cuML gained support for multi-target regression in version 22.12. This removes the need for a Python for loop and speeds up the code significantly. This commit adds support for using the multi-target regression. To prevent running out of memory when the input is too large (more than 100000 rows), the existing iterative code path is used.
- Loading branch information