reg_arr_model_1_dim / config.json
aliosmankaya's picture
Upload 2 files
45e4319
raw history blame
No virus
414 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"
}
}