rf-churn-model / config.json
mklomo's picture
pushing files to the repo from the example!
20d737d
raw
history blame
2.28 kB
{
"sklearn": {
"columns": [
"x0",
"x1",
"x2",
"x3",
"x4",
"x5",
"x6",
"x7",
"x8",
"x9",
"x10",
"x11",
"x12",
"x13",
"x14"
],
"environment": [
"scikit-learn=1.2.0"
],
"example_input": {
"x0": [
22353.0,
18097.0,
1893.0
],
"x1": [
300.0,
0.0,
0.0
],
"x10": [
6.0,
6.0,
6.0
],
"x11": [
14.300000190734863,
18.0,
12.5
],
"x12": [
0.0,
0.0,
0.0
],
"x13": [
-0.1458740234375,
-0.016845703125,
-0.145751953125
],
"x14": [
2574.0,
2243.0,
2393.0
],
"x2": [
1376.530029296875,
1810.1199951171875,
284.42999267578125
],
"x3": [
0.0,
0.0,
0.0
],
"x4": [
0.0,
0.0,
0.0
],
"x5": [
0.0,
126.66000366210938,
19.809999465942383
],
"x6": [
44.311378479003906,
40.6067008972168,
44.311378479003906
],
"x7": [
0.0,
0.0,
0.0
],
"x8": [
29.5,
27.0,
9.399999618530273
],
"x9": [
1.0,
1.0,
1.0
]
},
"model": {
"file": "rf_model.pkl"
},
"model_format": "pickle",
"task": "tabular-classification",
"use_intelex": false
}
}