Upload requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
numpy
|
| 2 |
pandas
|
| 3 |
-
scikit-learn
|
| 4 |
-
imbalanced-learn
|
|
|
|
| 5 |
xgboost
|
| 6 |
matplotlib
|
| 7 |
seaborn
|
|
|
|
| 1 |
numpy
|
| 2 |
pandas
|
| 3 |
+
scikit-learn==1.3.2
|
| 4 |
+
imbalanced-learn==0.11.0
|
| 5 |
+
ipykernel
|
| 6 |
xgboost
|
| 7 |
matplotlib
|
| 8 |
seaborn
|