File size: 748 Bytes
1538aa5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
{
"sklearn": {
"columns": [
"Data",
"Classifier",
"Tag"
],
"environment": [
"scikit-learn=1.0.2"
],
"example_input": {
"Classifier": [
"cnpj",
"cnpj",
"cnpj"
],
"Data": [
"89094553000180",
"56321179000190",
"71685006000196"
],
"Tag": [
0,
0,
0
]
},
"model": {
"file": "skops-kwpjljh4.pkl"
},
"model_format": "pickle",
"task": "tabular-classification",
"use_intelex": false
}
} |