Lukas Heumos
Lukas Heumos
### Description of feature https://github.com/DynamicTimeWarping/dtw-python
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/
### Description of feature Calculate it automatically. Would allow us to reduce the number of methods
### Description of feature https://github.com/adayim/consort supports branching off. We should also enable that somehow.
https://bmcmedresmethodol.biomedcentral.com/articles/10.1186/s12874-020-01180-y
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
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...
### 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...
### Description of feature - [ ] Quality control - [ ] normalization - [ ] encoding -> #650 - [ ] [...]
### 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...