rf_model_skops / config.json
kushkul's picture
pushing files from first example to the repo
940284b
{
"sklearn": {
"columns": [
"x0",
"x1",
"x2",
"x3",
"x4",
"x5",
"x6",
"x7",
"x8",
"x9",
"x10",
"x11",
"x12",
"x13",
"x14",
"x15",
"x16",
"x17",
"x18",
"x19",
"x20",
"x21",
"x22",
"x23",
"x24",
"x25",
"x26",
"x27"
],
"environment": [
"scikit-learn=0.24.2"
],
"example_input": {
"x0": [
0.6666666666666667,
1.0,
1.0
],
"x1": [
0.0,
0.0,
0.0
],
"x10": [
0.0,
0.0,
0.0
],
"x11": [
0.0,
1.0,
0.0
],
"x12": [
1.0,
0.0,
1.0
],
"x13": [
0.0,
0.0,
0.0
],
"x14": [
0.0,
0.0,
0.0
],
"x15": [
1.0,
0.0,
0.0
],
"x16": [
0.0,
0.0,
0.0
],
"x17": [
0.0,
0.0,
1.0
],
"x18": [
0.0,
0.0,
0.0
],
"x19": [
0.0,
1.0,
0.0
],
"x2": [
1.0,
1.0,
1.0
],
"x20": [
1.0,
0.0,
0.0
],
"x21": [
0.0,
1.0,
1.0
],
"x22": [
0.0,
0.0,
0.0
],
"x23": [
1.0,
0.0,
1.0
],
"x24": [
0.0,
0.0,
0.0
],
"x25": [
0.0,
0.0,
0.0
],
"x26": [
0.0,
0.0,
0.0
],
"x27": [
0.0,
1.0,
0.0
],
"x3": [
0.0,
1.0,
0.0
],
"x4": [
0.0,
0.0,
1.0
],
"x5": [
1.0,
0.0,
0.0
],
"x6": [
0.0,
0.0,
0.0
],
"x7": [
0.24999999999999997,
0.14285714285714285,
0.3571428571428571
],
"x8": [
0.4772654358070523,
0.47033921746222385,
0.32320252247170167
],
"x9": [
0.0,
0.0,
0.0
]
},
"model": {
"file": "rf_model.pkl"
},
"task": "tabular-classification"
}
}