Bluepearls
commited on
Commit
·
7dd5f4b
1
Parent(s):
a995fa9
commit from bluepearl
Browse files- config.json +25 -18
config.json
CHANGED
@@ -1,20 +1,27 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
}
|
|
|
1 |
{
|
2 |
+
"sklearn": {
|
3 |
+
"columns": [
|
4 |
+
"PassengerId",
|
5 |
+
"Survived",
|
6 |
+
"Pclass",
|
7 |
+
"Name",
|
8 |
+
"Sex",
|
9 |
+
"Age",
|
10 |
+
"SibSp",
|
11 |
+
"Parch",
|
12 |
+
"Ticket",
|
13 |
+
"Fare",
|
14 |
+
"Cabin",
|
15 |
+
"Embarked"
|
16 |
+
],
|
17 |
+
"environment": [
|
18 |
+
"scikit-learn=1.3.0"
|
19 |
+
],
|
20 |
+
"model": {
|
21 |
+
"file": "model.pkl"
|
22 |
+
},
|
23 |
+
"model_format": "pickle",
|
24 |
+
"task": "tabular-classification",
|
25 |
+
"use_intelex": false
|
26 |
+
}
|
27 |
}
|