Spaces:
Sleeping
Sleeping
| # Environment Variables | |
| # Redis Configuration | |
| REDIS_HOST=localhost | |
| REDIS_PORT=6379 | |
| REDIS_DB=0 | |
| REDIS_PASSWORD= | |
| # MLflow Configuration | |
| MLFLOW_TRACKING_URI=http://localhost:5000 | |
| # Application Settings | |
| ENV=development | |
| LOG_LEVEL=INFO | |
| # Model Settings | |
| MODEL_PATH=models/fraud_model.pkl | |
| THRESHOLD=0.895 | |
| shadow_mode=false | |
| enable_explainability=true | |
| # Performance | |
| max_latency_ms=50.0 |