mlflow cleanup
Showing
.gitignore
0 → 100644
This diff is collapsed.
Dockerfile
0 → 100644
all-runs.csv
0 → 100644
app.py
0 → 100644
conf/application.conf
0 → 100644
config.env
0 → 100644
requirements.txt
0 → 100644
| pytz==2021.3 | ||
| loguru==0.5.3 | ||
| scipy==1.7.1 | ||
| numpy==1.21.2 | ||
| mlflow==1.20.2 | ||
| scikit-learn | ||
| simplejson==3.17.5 | ||
| requests==2.27.1 | ||
| pydantic==1.8.2 | ||
| python-dotenv==0.19.2 | ||
| PyYAML==6.0 | ||
| kafka-python==1.4.7 | ||
| SQLAlchemy==1.4.16 | ||
| sqlparse==0.4.2 | ||
| psycopg2==2.9.1 | ||
| pycaret==3.0.0rc8 | ||
| python-dateutil~=2.8.2 | ||
| protobuf==3.20.1 | ||
| azure-storage-blob==12.14.1 | ||
| \ No newline at end of file |
scripts/__init__.py
0 → 100644
scripts/core/__init__.py
0 → 100644
scripts/core/mlflow_util.py
0 → 100644
This diff is collapsed.
Please register or sign in to comment