aliosmankaya's picture
Upload config.json
ff33dc8
raw
history blame
534 Bytes
{
"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"
}
}