Update config.json
Browse files- config.json +25 -31
config.json
CHANGED
@@ -1,31 +1,25 @@
|
|
1 |
-
{
|
2 |
-
"sklearn": {
|
3 |
-
"columns": [
|
4 |
-
"final_hard_skill",
|
5 |
-
"final_soft_skill",
|
6 |
-
"candidate_field"
|
7 |
-
],
|
8 |
-
"environment": [
|
9 |
-
"scikit-learn",
|
10 |
-
"pandas",
|
11 |
-
"numpy"
|
12 |
-
],
|
13 |
-
"example_input": {
|
14 |
-
"candidate_field":
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
},
|
27 |
-
"model_format": "pickle",
|
28 |
-
"task": "tabular-classification",
|
29 |
-
"use_intelex": false
|
30 |
-
}
|
31 |
-
}
|
|
|
1 |
+
{
|
2 |
+
"sklearn": {
|
3 |
+
"columns": [
|
4 |
+
"final_hard_skill",
|
5 |
+
"final_soft_skill",
|
6 |
+
"candidate_field"
|
7 |
+
],
|
8 |
+
"environment": [
|
9 |
+
"scikit-learn",
|
10 |
+
"pandas",
|
11 |
+
"numpy"
|
12 |
+
],
|
13 |
+
"example_input": {
|
14 |
+
"candidate_field": "Data Science",
|
15 |
+
"final_hard_skill": "Python, Java, Finance, Excel",
|
16 |
+
"final_soft_skill": "Communication, Teamwork"
|
17 |
+
},
|
18 |
+
"model": {
|
19 |
+
"file": "recommendation_pipeline.pkl"
|
20 |
+
},
|
21 |
+
"model_format": "pickle",
|
22 |
+
"task": "tabular-classification",
|
23 |
+
"use_intelex": false
|
24 |
+
}
|
25 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|