powerpump commited on
Commit
cc13604
·
verified ·
1 Parent(s): a45eebd

Upload 5 files

Browse files
IoTProcessed_Data.csv ADDED
The diff for this file is too large to render. See raw diff
 
best_decision_tree_model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:149bb66ebd46546d0b084db44767925bd922564ea15e6d81c6932190e375272e
3
+ size 14953
best_logistic_regression_model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd941cc7c98fd74741accb769b06ca13c1b3bf3ffca5867db39b475c8e57a520
3
+ size 907
best_random_forest_model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6152bddcc725d83ec9d01b16d33dc486298087a738a2b822c404a5d8166efe4e
3
+ size 1354713
requirements.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ streamlit==1.18.1
2
+ pandas==1.5.3
3
+ numpy==1.23.4
4
+ scikit-learn==1.2.2
5
+ matplotlib==3.7.1
6
+ seaborn==0.12.2