File size: 528 Bytes
79e5e36 f9f611c 79e5e36 |
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 |
{
"sklearn": {
"columns": [
"x0",
"x1"
],
"environment": [
"scikit-learn",
"numpy"
],
"example_input": {
"x0": [
6.3,
6.5,
5.6
],
"x1": [
3.3,
3.0,
2.5
]
},
"model": {
"file": "reg_arr_model_2_dim.joblib"
},
"task": "tabular-classification"
}
} |