File size: 389 Bytes
9303d3e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "sklearn": {
        "environment": [
            "scikit-learn",
            "pandas",
            "numpy"
        ],
        "example_input": {
            "data": []
        },
        "model": {
            "file": "recommendation_model.pkl"
        },
        "model_format": "pickle",
        "task": "text-classification",
        "use_intelex": false
    }
}