pranav-singh-developer-1/telecom-churn-predictor
fix: pin fastapi and starlette to resolve unhashable dict bug
fix: bind host to 0.0.0.0 and unpin gradio version for HF Spaces
fix: explicit requirements update for deployment
feat: complete milestone 2 agent integration (clean history)
feat: feature engineering and report updates
feat: add eda and evaluation metrics using git lfs
added visualisations
fix: bump python to 3.11.9 to support scikit-learn 1.8.0
fix: pin scikit-learn strictly to 1.8.0 to match local training environment
version error in deployment
updated readme
feat: resolve pipeline version clash and deploy SOTA model
chore: force add trained model for deployment
fix: pin huggingface-hub version to resolve HfFolder ImportError
fix: downgrade python to 3.10 and upgrade gradio for faster build
fixed readme formatting
updated readme
added gradio frontend
preprocessing updated
initial model training
added data_loader
initial folder structure
