agentbaba commited on
Commit
de85501
·
verified ·
1 Parent(s): ba713dc

Upload data_pipeline/requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. data_pipeline/requirements.txt +29 -0
data_pipeline/requirements.txt ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core ML
2
+ xgboost>=2.0.0
3
+ scikit-learn>=1.3.0
4
+ imbalanced-learn>=0.11.0
5
+ numpy>=1.24.0
6
+ pandas>=2.0.0
7
+ scipy>=1.10.0
8
+
9
+ # Dataset access
10
+ datasets>=2.14.0
11
+ huggingface-hub>=0.20.0
12
+ openml>=0.14.0
13
+ requests>=2.28.0
14
+
15
+ # NLP / Embeddings / Vector Store
16
+ sentence-transformers>=2.2.0
17
+ chromadb>=0.4.0
18
+ groq>=0.9.0
19
+
20
+ # Evaluation & Visualization
21
+ matplotlib>=3.7.0
22
+ seaborn>=0.12.0
23
+ plotly>=5.18.0
24
+
25
+ # Utilities
26
+ joblib>=1.3.0
27
+ tqdm>=4.65.0
28
+ python-dotenv>=1.0.0
29
+ rich>=13.0.0