trangannh commited on
Commit
9ba0fee
·
verified ·
1 Parent(s): d061757

Update config.json

Browse files
Files changed (1) hide show
  1. 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
- "final_hard_skill": [
18
- "Python, Java, Finance, Excel"
19
- ],
20
- "final_soft_skill": [
21
- "Communication, Teamwork"
22
- ]
23
- },
24
- "model": {
25
- "file": "recommendation_pipeline.pkl"
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
+ }