Skip to content

LeonAksman/pySuStaIn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pySuStaIn

SuStaIn algorithm in Python, with a combination of mixture style (i.e. EBM style) and z-score style SuStaIn implementations.

SuStaIn papers

Dependencies

Parallelisation

  • Added parallelized startpoints

Running different SuStaIn implementations

In simrun.py sustainType can be set to:

  • "mixture_GMM" : mixture model style SuStaIn with Gaussian mixture modelling of normal/abnormal.
  • "mixture_KDE": mixture model style SuStaIn with Kernel Density Estimation (KDE) mixture modelling of normal/abnormal.
  • "zscore": z-score style SuStaIn with three events for each biomarker (1,2,3 std. devs. from normality)

About

Python translation of the Subtype and Stage Inference (SuStaIn) model, including an example using simulated data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%