trangannh commited on
Commit
5807afd
·
verified ·
1 Parent(s): b101a8a

Initial commit of the job recommendation model

Browse files
Files changed (2) hide show
  1. config.json +30 -17
  2. recommendation_pipeline.pkl +3 -0
config.json CHANGED
@@ -1,18 +1,31 @@
1
- {
2
- "sklearn": {
3
- "environment": [
4
- "scikit-learn",
5
- "pandas",
6
- "numpy"
7
- ],
8
- "example_input": {
9
- "data": []
10
- },
11
- "model": {
12
- "file": "recommendation_model.pkl"
13
- },
14
- "model_format": "pickle",
15
- "task": "tabular-classification",
16
- "use_intelex": false
17
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  }
 
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
  }
recommendation_pipeline.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9655dfac29088c278da63ff29c960b71de72c4477d43fcdc82285087a63506a3
3
+ size 163153