reg_arr_model_1_dim / config.json
aliosmankaya's picture
Update config.json
f67343d
{
"sklearn": {
"columns": [
"sepal_length"
],
"environment": [
"scikit-learn",
"numpy"
],
"example_input": {
"sepal_length": [
6.3,
6.5,
5.6
]
},
"model": {
"file": "reg_arr_model_1_dim.joblib"
},
"task": "tabular-classification"
}
}