Lukas Heumos

Results 191 issues of 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.

enhancement

### Description of feature As soon as @xinyuejohn knows more - [ ] MIMIC-IV sample - [ ] MIMIC-III full - [ ] MIMIC-IV full

enhancement

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...

bug

### 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

enhancement
topic: longitudinal

Probably something that we should try at some point... conda-forge I guess

Low priority

Plan is now to reimplement timeax in python

enhancement

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.

documentation
tutorials

Let's add a nice landing page to the Sphinx docs for a nicer experience.

enhancement

Current interface ![image](https://user-images.githubusercontent.com/21954664/170829370-54b725ab-00ab-4c17-970e-b0133779e830.png) Might be possible to make especially the selection of T and E easier.

enhancement

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...