Spaces:
Sleeping
Sleeping
File size: 379 Bytes
8a08300 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | # 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 |