Spaces:
Sleeping
Sleeping
Upload 4 files
Browse files- dt_model.pkl +3 -0
- lr_model.pkl +3 -0
- preprocessor.pkl +3 -0
- requirements.txt +7 -0
dt_model.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3be1fb88432c2721fcfc9d090dffa614d6f825830f0f9a6282d85828f1c463bb
|
| 3 |
+
size 1324403
|
lr_model.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8167af86fd28c7df3d81a020b2e8d63931c420854462972cbba05f814f5317d5
|
| 3 |
+
size 136875
|
preprocessor.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:198dd90ecc011847d01dbe4753d330469ad5f5dd0abc77aa542a2602ed2508a7
|
| 3 |
+
size 128478
|
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
scikit-learn
|
| 2 |
+
joblib
|
| 3 |
+
pyspark
|
| 4 |
+
gradio
|
| 5 |
+
pandas
|
| 6 |
+
matplotlib
|
| 7 |
+
seaborn
|