trangannh's picture
Initial commit of the job recommendation model
9303d3e verified
raw
history blame
389 Bytes
{
"sklearn": {
"environment": [
"scikit-learn",
"pandas",
"numpy"
],
"example_input": {
"data": []
},
"model": {
"file": "recommendation_model.pkl"
},
"model_format": "pickle",
"task": "text-classification",
"use_intelex": false
}
}