hydraadra112 commited on
Commit
c2f6ae2
·
1 Parent(s): 722f17a

Created models

Browse files
lung_disease_data.csv ADDED
The diff for this file is too large to render. See raw diff
 
model.ipynb ADDED
The diff for this file is too large to render. See raw diff
 
models/GaussianNB.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86d5f8569f08c708bdf54af2b078e6ad984807854defe0353f2ac9436d5eb5f7
3
+ size 1191
models/LogisticRegression.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca87fd0d34064c7b64bb3a7dac630210a7f8863f0f801818b3c474f1de89a71a
3
+ size 975
models/RandomForests.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e3ab0c16355bbfefae6ea3cb5b0eee967d37220acba84799db5751c87556cf1
3
+ size 46849593
models/SVM.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:252e444b8f33f2fa5b30a9c09afde53db6c18c94e47a2c0473f51b51af2ca349
3
+ size 481675
models/XGBoost.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdcd0c1df738bfac4163dd95de607db420eef5be212db6d78dc57211291360e7
3
+ size 1684490
requirements.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ pandas==2.2.3
2
+ streamlit==1.42.0
3
+ scikit-learn==1.6.1
4
+ matplotlib==3.10.0
5
+ xgboost==2.1.4
6
+ joblib==1.4.2