skops_logistics / config.json
vumichien's picture
Upload . with huggingface_hub
df12f97
raw
history blame contribute delete
No virus
1.94 kB
{
"sklearn": {
"columns": [
"x0",
"x1",
"x2",
"x3",
"x4",
"x5",
"x6",
"x7",
"x8",
"x9"
],
"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": [
1.59019987177207,
-0.6288517674735005,
-0.6288517674735005
],
"x8": [
-0.9276885579794873,
1.0779479723001086,
1.0779479723001086
],
"x9": [
-0.5836191855240799,
-0.5836191855240799,
-0.5836191855240799
]
},
"model": {
"file": "model.skops"
},
"model_format": "skops",
"task": "tabular-regression",
"use_intelex": false
}
}