-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
45 lines (36 loc) · 803 Bytes
/
requirements.txt
File metadata and controls
45 lines (36 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# UIDAI Anomaly Detection System - Requirements.txt
# Python 3.9+ required
# Core Data Processing
pandas==2.0.3
numpy==1.24.3
# Machine Learning & Anomaly Detection
scikit-learn==1.3.1
scipy==1.11.2
# Visualization
matplotlib==3.7.2
seaborn==0.12.2
# Jupyter & Notebook Support
jupyter==1.0.0
ipython==8.15.0
notebook==7.0.4
# Optional: Advanced Analysis
xgboost==2.0.1
lightgbm==4.0.0
# Data Quality & Validation
sqlalchemy==2.0.21
openpyxl==3.1.2
# Development Tools (Optional)
pytest==7.4.2
black==23.11.0
pylint==3.0.2
# PDF Generation (for submissions)
reportlab==4.0.7
pypdf==3.17.1
# Note: Install with:
# pip install -r requirements.txt
#
# Or for GPU-accelerated XGBoost:
# pip install xgboost[gpu]
#
# Or for CPU-only (recommended for Google Colab):
# pip install -r requirements.txt