Pushing files to the repo from the example!
Browse files- README.md +6 -6
- config.json +6 -6
- confusion_matrix.png +0 -0
- logreg.pkl +1 -1
README.md
CHANGED
@@ -13,14 +13,14 @@ widget:
|
|
13 |
- 24.0
|
14 |
- 31.0
|
15 |
- 20.0
|
|
|
|
|
|
|
|
|
16 |
Pclass:
|
17 |
- 3
|
18 |
- 2
|
19 |
- 3
|
20 |
-
male:
|
21 |
-
- true
|
22 |
-
- true
|
23 |
-
- true
|
24 |
---
|
25 |
|
26 |
# Model description
|
@@ -144,8 +144,8 @@ div.sk-label-container:hover .sk-estimator-doc-link.fitted:hover,
|
|
144 |
|
145 |
| Metric | Value |
|
146 |
|----------|----------|
|
147 |
-
| accuracy | 0.
|
148 |
-
| f1 score | 0.
|
149 |
|
150 |
# How to Get Started with the Model
|
151 |
|
|
|
13 |
- 24.0
|
14 |
- 31.0
|
15 |
- 20.0
|
16 |
+
Fare:
|
17 |
+
- 15.2458
|
18 |
+
- 10.5
|
19 |
+
- 7.925
|
20 |
Pclass:
|
21 |
- 3
|
22 |
- 2
|
23 |
- 3
|
|
|
|
|
|
|
|
|
24 |
---
|
25 |
|
26 |
# Model description
|
|
|
144 |
|
145 |
| Metric | Value |
|
146 |
|----------|----------|
|
147 |
+
| accuracy | 0.728814 |
|
148 |
+
| f1 score | 0.728814 |
|
149 |
|
150 |
# How to Get Started with the Model
|
151 |
|
config.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
"columns": [
|
4 |
"Age",
|
5 |
"Pclass",
|
6 |
-
"
|
7 |
],
|
8 |
"environment": [
|
9 |
"scikit-learn=1.4.1.post1"
|
@@ -14,15 +14,15 @@
|
|
14 |
31.0,
|
15 |
20.0
|
16 |
],
|
|
|
|
|
|
|
|
|
|
|
17 |
"Pclass": [
|
18 |
3,
|
19 |
2,
|
20 |
3
|
21 |
-
],
|
22 |
-
"male": [
|
23 |
-
true,
|
24 |
-
true,
|
25 |
-
true
|
26 |
]
|
27 |
},
|
28 |
"model": {
|
|
|
3 |
"columns": [
|
4 |
"Age",
|
5 |
"Pclass",
|
6 |
+
"Fare"
|
7 |
],
|
8 |
"environment": [
|
9 |
"scikit-learn=1.4.1.post1"
|
|
|
14 |
31.0,
|
15 |
20.0
|
16 |
],
|
17 |
+
"Fare": [
|
18 |
+
15.2458,
|
19 |
+
10.5,
|
20 |
+
7.925
|
21 |
+
],
|
22 |
"Pclass": [
|
23 |
3,
|
24 |
2,
|
25 |
3
|
|
|
|
|
|
|
|
|
|
|
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:
|
3 |
size 847
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b1fa9869ba0014e397efb17927aaabbfcbe4f4c1c9a548d6e15a6d9061934f3f
|
3 |
size 847
|