theislab / ehrapy

Electronic Health Record Analysis with Python.
https://ehrapy.readthedocs.io/
Apache License 2.0
199 stars 19 forks source link

normalization functions with dask #762

Closed eroell closed 3 months ago

eroell commented 3 months ago

Description of feature

Most of the normalization functions trigger the computation when the array in adata is a dask array. This can be adjusted when using dask-ml preprocessing functions in this instance, which are not as complete as sklearn but available for most normalization functions.