-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
53 lines (43 loc) · 793 Bytes
/
requirements.txt
File metadata and controls
53 lines (43 loc) · 793 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
46
47
48
49
50
51
52
53
# Core Data Science and Machine Learning
numpy>=1.21.0
pandas>=1.3.0
scikit-learn>=1.0.0
matplotlib>=3.4.0
seaborn>=0.11.0
plotly>=5.0.0
# Advanced ML Models
xgboost>=1.5.0
lightgbm>=3.3.0
catboost>=1.0.0
# Deep Learning (Optional for advanced models)
tensorflow>=2.8.0
torch>=1.11.0
# Data Processing
imbalanced-learn>=0.8.0
feature-engine>=1.4.0
# API and Web Framework
fastapi>=0.75.0
uvicorn>=0.17.0
pydantic>=1.9.0
# Database and Storage
sqlalchemy>=1.4.0
redis>=4.0.0
# Configuration and Logging
python-dotenv>=0.19.0
loguru>=0.6.0
# Testing
pytest>=7.0.0
pytest-cov>=3.0.0
pytest-mock>=3.7.0
# Development Tools
jupyter>=1.0.0
black>=22.0.0
flake8>=4.0.0
pre-commit>=2.17.0
# Deployment
gunicorn>=20.1.0
docker>=5.0.0
# Utilities
tqdm>=4.62.0
joblib>=1.1.0
pickle-mixin>=1.0.0