Author: | Paraknowledge Corp <research.paraknowledge.ai> |
---|---|
Description: | Digital twin for generating medical histories |
Documentation: | https://zeroknowledgediscovery.github.io/teomim/ |
Example: | https://github.com/zeroknowledgediscovery/teomim/blob/main/examples/example.ipynb |
Usage:
from teomim import teomim P=teomim(outfile='out100.csv',num_patients=500) P.set_modelpath('adrd') P.generate() P.evaluate() P.quality()