EngrSamad commited on
Commit
6832c49
1 Parent(s): 55cee19

Pushing files to the repo from the example!

Browse files
Files changed (4) hide show
  1. README.md +6 -2
  2. config.json +7 -1
  3. confusion_matrix.png +0 -0
  4. logreg.pkl +2 -2
README.md CHANGED
@@ -17,6 +17,10 @@ widget:
17
  - 3
18
  - 2
19
  - 3
 
 
 
 
20
  ---
21
 
22
  # Model description
@@ -140,8 +144,8 @@ div.sk-label-container:hover .sk-estimator-doc-link.fitted:hover,
140
 
141
  | Metric | Value |
142
  |----------|----------|
143
- | accuracy | 0.728814 |
144
- | f1 score | 0.728814 |
145
 
146
  # How to Get Started with the Model
147
 
 
17
  - 3
18
  - 2
19
  - 3
20
+ male:
21
+ - true
22
+ - true
23
+ - true
24
  ---
25
 
26
  # Model description
 
144
 
145
  | Metric | Value |
146
  |----------|----------|
147
+ | accuracy | 0.810169 |
148
+ | f1 score | 0.810169 |
149
 
150
  # How to Get Started with the Model
151
 
config.json CHANGED
@@ -2,7 +2,8 @@
2
  "sklearn": {
3
  "columns": [
4
  "Age",
5
- "Pclass"
 
6
  ],
7
  "environment": [
8
  "scikit-learn=1.4.1.post1"
@@ -17,6 +18,11 @@
17
  3,
18
  2,
19
  3
 
 
 
 
 
20
  ]
21
  },
22
  "model": {
 
2
  "sklearn": {
3
  "columns": [
4
  "Age",
5
+ "Pclass",
6
+ "male"
7
  ],
8
  "environment": [
9
  "scikit-learn=1.4.1.post1"
 
18
  3,
19
  2,
20
  3
21
+ ],
22
+ "male": [
23
+ true,
24
+ true,
25
+ true
26
  ]
27
  },
28
  "model": {
confusion_matrix.png CHANGED
logreg.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4366a6db03cf64cc35c511ac742d581e43758b96a78eb0db5a8e0ca682f9b549
3
- size 832
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1275c6bd684983840af871c7f892948d918d002a4dc8f79518e7413be21265a
3
+ size 847