Update project structure and configuration
- Enhanced .gitignore to include additional Python-related files. - Updated docker-compose.yml to version 3.8, added container name, health check, and network configuration. - Modified Dockerfile to set environment variables, install system dependencies, and add a health check. - Updated requirements.txt with specific package versions. - Removed obsolete files related to cloud deployment and experiments. - Improved EDA notebook with additional data loading and exploration steps.
This commit is contained in:
+12
-13
@@ -1,13 +1,12 @@
|
||||
numpy
|
||||
pandas
|
||||
scikit-learn
|
||||
matplotlib
|
||||
seaborn
|
||||
fastapi
|
||||
uvicorn
|
||||
python-multipart
|
||||
pydantic
|
||||
joblib
|
||||
xgboost
|
||||
streamlit
|
||||
python-dotenv
|
||||
fastapi==0.68.1
|
||||
uvicorn==0.15.0
|
||||
jinja2==3.0.1
|
||||
python-multipart==0.0.5
|
||||
pandas==1.3.3
|
||||
numpy==1.21.2
|
||||
scikit-learn==0.24.2
|
||||
xgboost==1.4.2
|
||||
joblib==1.0.1
|
||||
python-dotenv==0.19.0
|
||||
matplotlib==3.4.3
|
||||
seaborn==0.11.2
|
||||
|
||||
Reference in New Issue
Block a user