Spaces:
Sleeping
Sleeping
add pkl
Browse files- best_model.pkl +3 -0
- requirements.txt +6 -0
best_model.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d27881ceb8e48eabd4863effae11c8302cf4796e384c4662220da5c121a932f8
|
3 |
+
size 321972
|
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
scikit-learn
|
3 |
+
pandas
|
4 |
+
numpy
|
5 |
+
shap
|
6 |
+
matplotlib
|