Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 574 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 574 Bytes

ClinicApp Models

The code in this repo converts logistic regression models originally created in R to study Ebola diagnosis and prognosis into TensorFlow models, and save them in TensorFlow Lite format to load into ClinicApp.

RCS terms are included into the TensorFlow model using a custom Keras layer where the RCS formula is implemented, and then incorporated as an input layer. See the ebola-pediatric-prognosis notebook for details.