Bayer-Group / pybalance

A library for minimizing the effects of confounding covariates
BSD 3-Clause "New" or "Revised" License
13 stars 0 forks source link

Added API logic #29

Open abhishek-ch opened 4 months ago

abhishek-ch commented 4 months ago

Merge API Logic and Moved Streamlit to follow API Initial set of Logic

sprivite commented 4 months ago

My two other comments are:

  1. Please put api.py in bin/.
  2. Please do not import from streamlit main.py, but rather copy those functions to api.py (and remove from streamlit, as they are no longer needed)