{ | |
"sklearn": { | |
"columns": [ | |
"x0" | |
], | |
"environment": [ | |
"scikit-learn", | |
"numpy" | |
], | |
"example_input": { | |
"x0": [ | |
[ | |
6.3 | |
], | |
[ | |
6.5 | |
], | |
[ | |
5.6 | |
] | |
] | |
}, | |
"model": { | |
"file": "structured_arr_model.joblib" | |
}, | |
"task": "tabular-classification" | |
} | |
} |