Spaces:
Sleeping
Sleeping
Rename requirement.txt to requirements.txt
Browse files- requirement.txt +0 -4
- requirements.txt +4 -0
requirement.txt
DELETED
|
@@ -1,4 +0,0 @@
|
|
| 1 |
-
streamlit
|
| 2 |
-
pandas
|
| 3 |
-
scikit-learn
|
| 4 |
-
imblearn
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requirements.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
+
pandas
|
| 3 |
+
scikit-learn==1.3.2
|
| 4 |
+
imbalanced-learn==0.11.0
|