Skip to content

Commit 1c5fa1e

Browse files
committed
.
1 parent 50c78a3 commit 1c5fa1e

39 files changed

Lines changed: 40856 additions & 145162 deletions

.DS_Store

2 KB
Binary file not shown.

.idea/jupyter-settings.xml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/other.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ FROM python:3.9-slim
22
COPY . /docker_app
33
WORKDIR /docker_app
44
RUN pip install -r requirement.txt
5-
RUN git clone https://github.com/tanmoyie/Bayesian-Inference-Modeling/tree/clean-code
6-
# RUN mkdir ~/.streamlit
7-
# RUN cp config.toml ~/config.toml
8-
# RUN cp credentials.toml ~/credentials.toml
5+
RUN apt-get update && apt-get install -y wget unzip vim git
6+
RUN git clone https://github.com/tanmoyie/Bayesian-Inference-Modeling.git
97
EXPOSE 8501
108
ENTRYPOINT ["streamlit", "run", "BIMReTA_app.py", "--server.port=8501", "--server.address=0.0.0.0"]
119
# CMD ["BIMReTA_app.py"]
Binary file not shown.

config.toml

Lines changed: 0 additions & 57 deletions
This file was deleted.

data/processed/data_cleaned.csv

Lines changed: 3101 additions & 0 deletions
Large diffs are not rendered by default.

models/full_model_BIMReTA.pkl

9.67 KB
Binary file not shown.

models/model_BIMReTA-old.pkl

9.59 KB
Binary file not shown.

models/model_BIMReTA2.pkl

9.59 KB
Binary file not shown.

0 commit comments

Comments
 (0)