dummy / config.json
smart-panda314's picture
Upload 3 files
c5f5948 verified
raw
history blame contribute delete
865 Bytes
{
"sklearn": {
"columns": [
"0",
"1",
"2",
"3",
"4"
],
"environment": [
"scikit-learn=1.2.2"
],
"example_input": {
"0": [
4,
0,
1
],
"1": [
1,
3,
1
],
"2": [
1,
0,
0
],
"3": [
4,
4,
3
],
"4": [
3,
3,
1
]
},
"model": {
"file": "model.pkl"
},
"model_format": "pickle",
"task": "tabular-classification",
"use_intelex": false
}
}