Skip to content
/ mcalc Public

AMI, COPD, HF, HWR, PN and THA-TKA (job application coding challenge - 2019) [Python Pandas]

Notifications You must be signed in to change notification settings

wtkm11/mcalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mcalc

A program for computing LACE scores

Install

$ git clone https://github.com/wtkm11/mcalc
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -e .

Run

$ mcalc lace MEASURE_NAME where MEASURE_NAME is the name of a measure like AMI or COPD

NOTE: MEASURE_NAME is case-sensitive.

Run tests

$ pip install pytest pytest-cov
$ pytest

About

AMI, COPD, HF, HWR, PN and THA-TKA (job application coding challenge - 2019) [Python Pandas]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages