reg_arr_model_2_dim / config.json
aliosmankaya's picture
Update config.json
f9f611c
raw
history blame
528 Bytes
{
"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"
}
}