| # Auto Insurance Fraud Detection - Dependencies | |
| # For Hugging Face Spaces (CPU-only, Free Tier) | |
| # Core ML Libraries | |
| pandas>=2.0.0 | |
| numpy>=1.24.0 | |
| scikit-learn>=1.3.0 | |
| xgboost>=2.0.0 | |
| lightgbm>=4.0.0 | |
| imbalanced-learn>=0.11.0 | |
| # Visualization | |
| matplotlib>=3.7.0 | |
| seaborn>=0.12.0 | |
| # Utilities | |
| tabulate>=0.9.0 |