moro23's picture
uploaded the first version of the used-phone price prediction mode
593f5c9
{
"sklearn": {
"columns": [
"x0",
"x1",
"x2",
"x3",
"x4",
"x5",
"x6",
"x7",
"x8",
"x9",
"x10"
],
"environment": [
"scikit-learn=1.1.3"
],
"example_input": {
"x0": [
0.0,
1.0,
0.0
],
"x1": [
1.0,
0.0,
1.0
],
"x10": [
10.0,
8.0,
5.0
],
"x2": [
1.0,
1.0,
1.0
],
"x3": [
0.0,
0.0,
0.0
],
"x4": [
3300.0,
2350.0,
2200.0
],
"x5": [
8.0,
16.0,
8.0
],
"x6": [
918.0,
239.57,
68.59
],
"x7": [
8.0,
4.0,
4.0
],
"x8": [
2020.0,
2014.0,
2015.0
],
"x9": [
15.42,
12.7,
10.29
]
},
"model": {
"file": "price-prediction-model.bin"
},
"task": "tabular-regression"
}
}