skops_logistics / config.json
geninhu's picture
Upload . with huggingface_hub
55853a7
{
"sklearn": {
"columns": [
"x0",
"x1",
"x2",
"x3",
"x4",
"x5",
"x6",
"x7"
],
"environment": [
"scikit-learn"
],
"example_input": {
"x0": [
-0.8513550738681201,
0.3565756375241982,
-0.5493723960200406
],
"x1": [
-0.9801306786815437,
0.16144422497410207,
-0.5044744688250247
],
"x2": [
-0.40478372420423153,
0.465368421656243,
-0.6223217606693501
],
"x3": [
-0.5539725609683268,
0.3927870023121129,
1.2133119571551605
],
"x4": [
-0.3313192794050237,
-0.5263980861381337,
0.14244353694681483
],
"x5": [
-0.6076784605515674,
-0.3021390244014409,
0.37259389709675395
],
"x6": [
0.31079384041548314,
-0.11643850592424994,
-0.7648620670356181
],
"x7": [
-0.7921692833892792,
0.5610338186827566,
-0.707594089509777
]
},
"model": {
"file": "model.skops"
},
"model_format": "skops",
"task": "tabular-regression",
"use_intelex": false
}
}