first commit
Showing
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
.idea/.gitignore
0 → 100644
.idea/ctcmp-golden-batch.iml
0 → 100644
.idea/misc.xml
0 → 100644
.idea/modules.xml
0 → 100644
.idea/vcs.xml
0 → 100644
Dockerfile
0 → 100644
ReleaseNote.txt
0 → 100644
__version__.py
0 → 100644
app.py
0 → 100644
conf/application.conf
0 → 100644
conf/data.yml
0 → 100644
This diff is collapsed.
conf/profile.csv
0 → 100644
config.env
0 → 100644
data/Error files 1_fix.xlsx
0 → 100644
File added
data/ilens_tags.csv
0 → 100644
data/model_op_tags.csv
0 → 100644
data/training.csv
0 → 100644
This diff is collapsed.
default_env
0 → 100644
gba_ctcmp_lookup.csv
0 → 100644
model/ctcmp_v1/MLmodel
0 → 100644
model/ctcmp_v1/conda.yaml
0 → 100644
model/ctcmp_v1/model.pkl
0 → 100644
File added
model_feature_importance.csv
0 → 100644
model_op_tags.csv
0 → 100644
requirements.txt
0 → 100644
| pytz==2021.3 | |||
| loguru==0.5.3 | |||
| scipy==1.7.1 | |||
| numpy==1.21.2 | |||
| pandas==1.3.3 | |||
| mlflow==1.20.2 | |||
| sklearn | |||
| simplejson==3.17.5 | |||
| requests==2.26.0 | |||
| pydantic==1.8.2 | |||
| python-dotenv==0.19.2 | |||
| PyYAML==6.0 | |||
| kafka-python==1.4.7 | |||
| SQLAlchemy==1.3.20 | |||
| sqlparse==0.4.2 | |||
| psycopg2==2.9.1 | |||
| \ No newline at end of file |
sample.py
0 → 100644
scripts/__init__.py
0 → 100644
scripts/core/__init__.py
0 → 100644
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
scripts/utils/fetch_keys.py
0 → 100644
Please register or sign in to comment