reg_arr_model_2_dim / config.json
aliosmankaya's picture
Update config.json
fe6a7f8
raw
history blame contribute delete
No virus
566 Bytes
{
"sklearn": {
"columns": [
"sepal_length",
"sepal_width"
],
"environment": [
"scikit-learn",
"numpy"
],
"example_input": {
"sepal_length": [
6.3,
6.5,
5.6
],
"sepal_width": [
3.3,
3.0,
2.5
]
},
"model": {
"file": "reg_arr_model_2_dim.joblib"
},
"task": "tabular-classification"
}
}