Credit-Card-Risk-Model / config.json
saifhmb's picture
pushing model to the Hugging Face Hub
705dec3 verified
raw
history blame
2.78 kB
{
"sklearn": {
"columns": [
"x0",
"x1",
"x2",
"x3",
"x4",
"x5",
"x6",
"x7",
"x8",
"x9",
"x10",
"x11",
"x12",
"x13",
"x14"
],
"environment": [
"scikit-learn=1.2.2"
],
"example_input": {
"x0": [
1.0086665077175379,
1.0086665077175379,
-0.9914079553041198
],
"x1": [
-1.0086665077175376,
-1.0086665077175376,
0.99140795530412
],
"x10": [
-0.22650043789522045,
1.0087085512107812,
-1.1535683034040811
],
"x11": [
-0.3931869525722032,
-1.2502276872280191,
-0.3931869525722032
],
"x12": [
-0.22475360373860484,
-1.2736037545187613,
-1.2736037545187613
],
"x13": [
-0.36644465957257716,
-0.36644465957257716,
-0.36644465957257716
],
"x14": [
-0.43989052441881077,
-1.6043722933752058,
-0.43989052441881077
],
"x2": [
-0.5244627009562925,
-0.5244627009562925,
-0.5244627009562925
],
"x3": [
-1.0038424733297755,
-1.0038424733297755,
0.9961722347560998
],
"x4": [
1.594238352724291,
1.594238352724291,
-0.6272587773911873
],
"x5": [
-0.9810049179827242,
1.0193628815402107,
1.0193628815402107
],
"x6": [
0.981004917982724,
-1.019362881540211,
-1.019362881540211
],
"x7": [
1.901326970246757,
-0.525948464229825,
-0.525948464229825
],
"x8": [
-1.9013269702467568,
0.5259484642298251,
0.5259484642298251
],
"x9": [
-0.7015627248979232,
0.8218167103592607,
-1.3109144990007968
]
},
"model": {
"file": "skops-_rlm9nbx.pkl"
},
"model_format": "pickle",
"task": "tabular-classification",
"use_intelex": false
}
}