Eljas Roellin

Results 94 comments of Eljas Roellin

Another question I have on the list - e.g. in `ep.tl.kaplan_meier`, calling `_univariate_model`: https://github.com/theislab/ehrapy/blob/2e8240f7e53ecfd479e4835d1aff9cd1f981a242/ehrapy/tools/_sa.py#L469 This function and its friends should also be on the list, right? As they call `anndata_to_df`....

I propose to have the table in the first comment a) list public functions only b) also include the use of the "layers" argument in the function, as we should...

This can help for Dask: https://ml.dask.org/modules/generated/dask_ml.impute.SimpleImputer.html

https://ml.dask.org/modules/generated/dask_ml.impute.SimpleImputer.html

I suggest here to make a new tutorial that focuses solely on feature type inference, encoding, and imputation. And show what effect the different arguments have. For instance, on the...

The type of data and limitations should also be included, gathering the info from #713 in one place: > Description of feature > > The discussion on whether we want...

Thanks @clairblacketer didnt see this right away - now made the corresponding changes at https://github.com/OHDSI/CommonDataModel/tree/main/inst/csv.

Let me know if I can do something more to finish this off :)

```py from functools import singledispatch import ehrdata as ed import numpy as np import xarray as xr from ehrapy._compat import _raise_array_type_not_implemented class StandardScaler3D: def __init__(self): """Standardize features by removing the...