biprajit1999 commited on
Commit
95f5457
·
verified ·
1 Parent(s): 7c339f0

Upload folder using huggingface_hub

Browse files
logistic_regression_model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5978e7404489484de238c4f6c9270992713fea05b1de86653fa92cfc954618a
3
+ size 1327
pipeline_metadata.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "Heart Disease Classification",
3
+ "dataset_url": "https://raw.githubusercontent.com/sharmaroshan/Heart-UCI-Dataset/master/heart.csv",
4
+ "feature_names": [
5
+ "age",
6
+ "sex",
7
+ "cp",
8
+ "trestbps",
9
+ "chol",
10
+ "fbs",
11
+ "restecg",
12
+ "thalach",
13
+ "exang",
14
+ "oldpeak",
15
+ "slope",
16
+ "ca",
17
+ "thal"
18
+ ],
19
+ "n_features": [
20
+ 302,
21
+ 13
22
+ ],
23
+ "scaler_type": "StandardScaler",
24
+ "random_state": 42,
25
+ "test_size": 0.2,
26
+ "cv_folds": 5,
27
+ "preprocessing_steps": [
28
+ "Remove missing values",
29
+ "Remove duplicates",
30
+ "StandardScaler normalization"
31
+ ]
32
+ }
random_forest_model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c5fc1da9063a7dce25a383b1d7c560c89a554f128f70434129d190dac315b48
3
+ size 451305
scaler.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e59b194aabc8260835bb7ff8b16f9f71b2e92def65d9daa3982b6827d15e708
3
+ size 1263