trangannh's picture
Initial commit of the job recommendation model
5807afd verified
raw
history blame
764 Bytes
{
"sklearn": {
"columns": [
"final_hard_skill",
"final_soft_skill",
"candidate_field"
],
"environment": [
"scikit-learn",
"pandas",
"numpy"
],
"example_input": {
"candidate_field": [
""
],
"final_hard_skill": [
"Python, Java, Finance, Excel"
],
"final_soft_skill": [
"Communication, Teamwork"
]
},
"model": {
"file": "recommendation_pipeline.pkl"
},
"model_format": "pickle",
"task": "tabular-classification",
"use_intelex": false
}
}