logregex / config.json
blaisethom's picture
pushing files to the repo from the example!
ccb20d7
raw
history blame contribute delete
792 Bytes
{
"sklearn": {
"columns": [
"x0",
"x1",
"x2",
"x3"
],
"environment": [
"scikit-learn=1.3.0"
],
"example_input": {
"x0": [
5.1,
4.9,
4.7
],
"x1": [
3.5,
3.0,
3.2
],
"x2": [
1.4,
1.4,
1.3
],
"x3": [
0.2,
0.2,
0.2
]
},
"model": {
"file": "logreg.skops"
},
"model_format": "skops",
"task": "tabular-classification",
"use_intelex": false
}
}