File size: 865 Bytes
c5f5948 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
{
"sklearn": {
"columns": [
"0",
"1",
"2",
"3",
"4"
],
"environment": [
"scikit-learn=1.2.2"
],
"example_input": {
"0": [
4,
0,
1
],
"1": [
1,
3,
1
],
"2": [
1,
0,
0
],
"3": [
4,
4,
3
],
"4": [
3,
3,
1
]
},
"model": {
"file": "model.pkl"
},
"model_format": "pickle",
"task": "tabular-classification",
"use_intelex": false
}
} |