Lukas Heumos
Lukas Heumos
We already offer a CLI, but didn't add any functions of the API as commands yet. This is required to write neat Nextflow/Snakemake pipelines eventually.
### Description of feature As soon as @xinyuejohn knows more - [ ] MIMIC-IV sample - [ ] MIMIC-III full - [ ] MIMIC-IV full
There's quite a few of them, especially when the tests are executed. Let's collect them: ``` /home/zeth/PycharmProjects/ehrapy/ehrapy/preprocessing/encoding/_encode.py:324: FutureWarning: X.dtype being converted to np.float32 from object. In the next version of...
### Description of feature By Karsten: We should ensure that we only impute into the future with past values. Think that this must be on patient by patient case
Probably something that we should try at some point... conda-forge I guess
We are making many assumptions and implemented quite a lot of edge cases for e.g. encoding and imputation. We should extend the contributors guide by documenting these.
Let's add a nice landing page to the Sphinx docs for a nicer experience.
Current interface  Might be possible to make especially the selection of T and E easier.
Hi, I'm trying to make my jar executable, by prepending a launch script to it, like specified in the README of this project. I've added the following lines to my...