Lukas Heumos

Results 191 issues of Lukas Heumos

### Description of feature https://github.com/DynamicTimeWarping/dtw-python

enhancement

Add a new type of plot. Sankey diagrams based on transitions such as time. We might have to use Plotly for this: https://plotly.com/python/sankey-diagram/

enhancement
topic: plotting
topic: longitudinal

### Description of feature Calculate it automatically. Would allow us to reduce the number of methods

enhancement

### Description of feature https://github.com/adayim/consort supports branching off. We should also enable that somehow.

enhancement
topic: plotting

https://bmcmedresmethodol.biomedcentral.com/articles/10.1186/s12874-020-01180-y

enhancement
Low priority

https://github.com/synthetichealth/synthea We should try to wrap it in Python (while checking for JDK etc). Output default csv, but others should be supported as well. CC #102

enhancement

We recently implemented causal inference with dowhy. However, currently ehrapy has no module to also conduct causal discovery or in other words determine causal graphs on its own. It'd be...

Low priority

### Description of feature We could implement the two-sample Kolmogorov-Smirnov test which we could use to test pre and post imputation distributions > We tested the null hypothesis considering that...

enhancement

### Description of feature - [ ] Quality control - [ ] normalization - [ ] encoding -> #650 - [ ] [...]

enhancement

### Description of feature I looked a bit into sparse encoding. One-hot encoding being the most important: 1. scikit-learn's one-hot encoding supports a `sparse_output` parameter that should return a CSR...

enhancement
topic: array-types